Get User RBAC Tree

Scopes
read:user

Path Parameters

user_id
string
Zorunlu

User id

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

Response Body Schema

permissions
object
Zorunlu
permissions.
id
string
Zorunlu

Unique identifier of entity

permissions.
name
string
Zorunlu

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

permissions.
description
string

Additional information for the permission

role_groups
object
Zorunlu
role_groups.
id
string
Zorunlu

Unique identifier of entity

role_groups.
name
string
Zorunlu

A name defining your role group

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

roles
object
Zorunlu
roles.
id
string
Zorunlu

Unique identifier of entity

roles.
name
string
Zorunlu

A name defining your role

roles.
assign_on_signup
boolean

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

roles.
description
string

Additional information for the role