Get User Roles In Organization

Get User Roles In Organization

For vRA 8.x releases, one user can belong to exactly one organization.

Request
URI
GET
https://sc2-10-185-6-200.eng.vmware.com//csp/gateway/am/api/users/{userId}/orgs/{orgId}/roles
COPY
Path Parameters
string
userId
Required

userId

string
orgId
Required

orgId


Responses
200

default response

[
    {
        "refLink": "string",
        "name": "string",
        "displayName": "string",
        "organizationLink": "string"
    }
]