Get User RBAC Tree

Scopes
read:user

Path Parameters

user_id
string
REQUIRED

User id

GET
/users/{user_id}/rbac
1
2
3
Loading...
Response:
200
Loading...

Response Body Schema

permissions
object
REQUIRED
permissions.
description
string

Additional information for the permission

permissions.
id
string
REQUIRED

Unique identifier of entity

permissions.
name
string
REQUIRED

Permission identifier. This field is unique and cannot contain spaces. Ex. read:user

role_groups
object
REQUIRED
role_groups.
assign_on_signup
boolean

If true this role group will be assigned to new users automatically.

role_groups.
description
string

Additional information for the role group

role_groups.
id
string
REQUIRED

Unique identifier of entity

role_groups.
name
string
REQUIRED

A name defining your role group

roles
object
REQUIRED
roles.
assign_on_signup
boolean

If true this role will be assigned to new users automatically.

roles.
description
string

Additional information for the role

roles.
id
string
REQUIRED

Unique identifier of entity

roles.
name
string
REQUIRED

A name defining your role