[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator

Get Org Bindings For Group

Description

Retrieve org bindings for Group Within and heirarchy of provider organizations

Request

Request

URL

URL


get
https://console.navigator.vmware.com/cphub/api/auth/v1/federation/orgs/{orgId}/groups/{groupId}/org-roles/{roleId}/org-binding
Copy

Path Parameters

Path Parameters

string
groupId Required

  • GroupId is used to fetch users that belong to the given group


string
orgId Required

Unique identifier (GUID) of the organization.


string
roleId Required

Unique identifier of the role.


Query Parameters

Query Parameters

string
context Optional

context can be OPERATOR, PROVIDER or TENANT.


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns array of OrgForAuth of type application/json
[
	{
		"createTimestamp": 12345,
		"inactive": true,
		"natures": [
			"ALL_NATURE",
			"ALL_NATURE"
		],
		"orgId": "...",
		"orgType": "PROVIDER",
		"parentOrgId": "...",
		"realm": "CPHUB",
		"updateTimestamp": 12345
	}
]
boolean
inactive Optional

Indicates if organization is inactive


array of OrgNature Enum
natures Optional

The nature of the Organization.

Possible values are: ALL_NATUREMSPPARTNEROPS_STOPDISTRIBUTOR


string
orgId Optional

The unique identifier of the organization


orgType Optional

The type of the organization.

Possible values are: OPERATORPROVIDERTENANT


string
parentOrgId Optional

The parent of the organization


realm Optional

The realm of the organization.

Possible values are: CPHUBCPATH


string
roleVersion Optional

The role version of the organization

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl https://console.navigator.vmware.com/cphub/api/auth/v1/federation/orgs/{orgId}/groups/{groupId}/org-roles/{roleId}/org-binding


Feedback

Was this page helpful?