OrganizationGroupsResponse
A union representing the possible return types when querying for Organization Groups
union OrganizationGroupsResponse =
| BadRequestError
| InternalServerError
| OrganizationGroupsResults
Possible types
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.
OrganizationGroupsResponse.OrganizationGroupsResults object
Represents a page of Organization Groups
Returned By
organizationGroups query