latestOpenAPI 3.1.02026-08-1028140102.1 KB
72a5366b0bb3
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"
]
}
]
}