Skip to main content

CreateOrganizationGroupResponse

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

union CreateOrganizationGroupResponse =
| CreateOrganizationGroupResult
| BadRequestError
| InternalServerError

Possible types

CreateOrganizationGroupResponse.CreateOrganizationGroupResult object

The successful result of creating an Organization Group

CreateOrganizationGroupResponse.BadRequestError object

Returned when there is an error in the request.

CreateOrganizationGroupResponse.InternalServerError object

Returned when an error is encountered that is not expected.

Returned By

createOrganizationGroup mutation