Skip to main content

UpdateOrganizationGroupResponse

A union representing the possible return types when updating an Organization Group

union UpdateOrganizationGroupResponse =
| UpdateOrganizationGroupResult
| BadRequestError
| InternalServerError

Possible types

UpdateOrganizationGroupResponse.UpdateOrganizationGroupResult object

The successful result of updating an Organization Group

UpdateOrganizationGroupResponse.BadRequestError object

Returned when there is an error in the request.

UpdateOrganizationGroupResponse.InternalServerError object

Returned when an error is encountered that is not expected.

Returned By

updateOrganizationGroup mutation