v1
latestOpenAPI 3.1.02026-08-062713899.5 KBRoles
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"
]
}
]
}