[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Get Group Roles On Organization
DescriptionLists the organization and service roles of a specified enterprise group within an organization.
Request
URLURL
https://console.navigator.vmware.com/cphub/api/auth/v1/federation/orgs/{orgId}/groups/{groupId}/roles
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
This operation uses the following authentication methods.
Response
Response
Response BodyResponse 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"
}
]
}
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl https://console.navigator.vmware.com/cphub/api/auth/v1/federation/orgs/{orgId}/groups/{groupId}/roles
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator