Roles
Get User Role
Returns the assigned role for the specified ID.
get/v3/users/{userId}/assigned-roles/{roleId}
Response
A get action response of a single assigned role.
Example response
{
"id": "54cc6168-ebb1-4300-8168-d62a0dd08fc8",
"role_name": "Viewer",
"entity_id": "18ee2573-dec0-4b83-be99-fa7700bcdc61",
"entity_type_name": "Control Planes",
"entity_region": "us"
}Changes
Changed in 1 of the 52 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○