OrganizationGroupResponse
A union representing the possible return types when querying for an Organization Group
union OrganizationGroupResponse =
| BadRequestError
| InternalServerError
| OrganizationGroup
Possible types
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.
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.
Returned By
organizationGroup query