Update Custom User Role
PUT {{baseUrl}}/v2/roles/:identifier?identifierType=id
Updates the custom user role using role 'id' or 'name'
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
identifierType | string | Type of the identifier that is provided as an in-line parameter. Possible values are 'id' or 'name' |
Request Body
{"name"=>"<string>", "extendedRole"=>"<string>", "grantedRights"=>["<string>", "<string>"], "disallowedRights"=>["<string>", "<string>"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"requestId":"ipsum Excepteur magna ut","took":0,"result":"ipsum culpa","data":{"id":"nulla dolor Lorem non","name":"dolor magna sunt consequat"}}