Roles
Get RBAC info for a user
Returns RBAC information for a user indicating what permissions the user has.
get/v3/users/{userId}/rbac-info
Response
RBAC info for the user.
Example response
{
"hasOthersTripAccess": true,
"permissions": [
{
"permission": "COMPANY_MANAGEMENT",
"actions": [
"READ",
"WRITE"
]
}
]
}Changes
No recorded changes to this endpoint across all 4 revisions of this API.