Update Role

Scopes
write:role

Path Parameters

role_id
string
REQUIRED

Role id

Request Body

assign_on_signup
boolean

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

description
string

Additional information for the role

name
string

A name defining your role

PATCH
/roles/{role_id}
1
2
3
4
5
Loading...
Response:
200
Loading...

Response Body Schema

assign_on_signup
boolean

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

description
string

Additional information for the role

id
string
REQUIRED

Unique identifier of entity

name
string
REQUIRED

A name defining your role