Get Org Bindings For Group
DescriptionRetrieve org bindings for Group Within and heirarchy of provider organizations
Request
URLURL
Path Parameters
Path Parameters
- GroupId is used to fetch users that belong to the given group
Unique identifier (GUID) of the organization.
Unique identifier of the role.
Query Parameters
Query Parameters
context can be OPERATOR, PROVIDER or TENANT.
Authentication
Response
Response BodyResponse Body
200 OK
array
of
OrgForAuth
of type application/json
[
{
"createTimestamp": 12345,
"inactive": true,
"natures": [
"ALL_NATURE",
"ALL_NATURE"
],
"orgId": "...",
"orgType": "PROVIDER",
"parentOrgId": "...",
"realm": "CPHUB",
"updateTimestamp": 12345
}
]
Indicates if organization is inactive
The nature of the Organization.
Possible values are: ALL_NATURE , MSP , PARTNER , OPS_STOP , DISTRIBUTOR
The unique identifier of the organization
The type of the organization.
Possible values are: OPERATOR , PROVIDER , TENANT
The parent of the organization
The role version of the organization