Create Role

Scopes
write:role

Request Body

name
string
Zorunlu

A name defining your role

assign_on_signup
boolean

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

description
string

Additional information for the role

POST
/roles
1
2
3
4
5
Loading...
Response:
201
Loading...

Response Body Schema

id
string
Zorunlu

Unique identifier of entity

name
string
Zorunlu

A name defining your role

assign_on_signup
boolean

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

description
string

Additional information for the role