Create Custom User Role
POST {{baseUrl}}/v2/roles
Creates a new custom user role
Request Body
{"name"=>"<string>", "extendedRole"=>"<string>", "grantedRights"=>["<string>", "<string>"], "disallowedRights"=>["<string>", "<string>"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
{"requestId":"ipsum Excepteur magna ut","took":0,"result":"ipsum culpa","data":{"id":"nulla dolor Lorem non","name":"dolor magna sunt consequat"}}