User roles
Get information about a user role
Get information about a specific user role. ⚠️ Endpoint is available only in the Enterprise interface.
get/user-roles/{user_role_id}
Path parameters
user_role_idstring required
The unique ID of the user role.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Response
OK
Example response
{
"data": {
"user_role_id": "86e05affc7a7befcd513ab400",
"name": "Cashdesk"
}
}