Skip to main content

OrganizationGroupsResponse

A union representing the possible return types when querying for Organization Groups

union OrganizationGroupsResponse =
| OrganizationGroupsResults
| BadRequestError
| InternalServerError

Possible types

OrganizationGroupsResponse.OrganizationGroupsResults object

Represents a page of Organization Groups

OrganizationGroupsResponse.BadRequestError object

Returned when there is an error in the request.

OrganizationGroupsResponse.InternalServerError object

Returned when an error is encountered that is not expected.

Returned By

organizationGroups query