Get Organization Bindings Of Client Organization And Role ID
DescriptionRetreives details about the organization bindings of a specified client, organization and role ID.
Request
URLURL
Path Parameters
Path Parameters
Unique identifier of the client.
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"
],
"orgId": "string",
"orgType": "OPERATOR",
"parentOrgId": "string",
"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
Errors
Bad Request - The request is either incomplete or incorrect - The request is either incomplete or incorrect
Unauthorized - The user is not authorized to use the API
Forbidden - User does not have permission for this operation
Internal Server Error - An unexpected error has occurred while processing the request