OrganizationGroupResponse
A union representing the possible return types when querying for an Organization Group
union OrganizationGroupResponse =
| OrganizationGroup
| BadRequestError
| InternalServerError
Possible types
OrganizationGroupResponse.OrganizationGroup object
An Organization Group is an administrative container that groups related Organizations under one umbrella. For example, a holding company with multiple subsidiaries.
OrganizationGroupResponse.BadRequestError object
Returned when there is an error in the request.
OrganizationGroupResponse.InternalServerError object
Returned when an error is encountered that is not expected.
Returned By
organizationGroup query