Skip to content
No results found.

Update Role

Scopes
write:role

Path Parameters

role_id
string
Required

Role identifier

Request Body

assign_on_signup
boolean

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

description
string
length
0-256

Additional information related with entity

name
string
length
0-64

A name defining your role

PATCH
/roles/{role_id}
cURL
cURLC#DartGoJavaJavaScriptPHPPythonRubyRustSwift
1
2
3
4
5
Loading...
Response
200
200
Loading...

Response Body Schema

assign_on_signup
boolean
Required

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

description
string
Required
length
0-256

Additional information related with entity

name
string
Required
length
0-64

A name defining your role