Get Org Bindings For Role
DescriptionRetrieves the organization bindings of a user of a particular role within an organization.
Request
URLURL
Path Parameters
Path Parameters
Unique identifier (GUID) of the organization.
Unique identifier of the role.
The userId or user account identifier.
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": 0,
"inactive": false,
"natures": "ALL_NATURE",
"orgId": "string",
"orgType": "OPERATOR",
"parentOrgId": "string",
"realm": "CPHUB",
"roleVersion": "string",
"updateTimestamp": 0
}
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
Unauthorized - The user is not authorized to use the API
Internal Server Error - An unexpected error has occurred while processing the request