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

Get Group Roles On Organization

Description

Lists the organization and service roles of a specified enterprise group within an organization.

Request

Request

URL

URL


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

Path Parameters

Path Parameters

string
groupId Required

  • GroupId for which the groups will be fetched, this parameter mandatory


string
orgId Required

  • OrgId for which the roles will be fetched


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns OrgAndServiceRolesForAuth of type application/json
{
	"organizationRoles": {
		"orgRoles": [
			{
				"displayName": "string",
				"id": "string",
				"memberType": "DIRECT",
				"name": "string",
				"orgId": "string"
			}
		]
	},
	"serviceRoles": [
		{
			"resourceTypes": [
				"string"
			],
			"resources": [
				{
					"id": "string",
					"name": "string"
				}
			],
			"roles": [
				{
					"associatedResources": [
						"string"
					],
					"defaultRole": false,
					"displayName": "string",
					"enabled": false,
					"hidden": false,
					"memberType": "DIRECT",
					"mspDefaultRole": false,
					"mspDefaultRoleOfProviderAtTenant": false,
					"name": "string",
					"resource": "string",
					"roleId": "string",
					"status": "string"
				}
			],
			"serviceDisplayName": "string",
			"serviceId": "string"
		}
	]
}
organizationRoles Optional

The list of organization roles.


array of ServiceRoles
serviceRoles Optional

The list of service roles.

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}/roles


Feedback

Was this page helpful?