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"
}