Remove All Roles To User Or Groups
Remove a user or group role assignment
Removes a role assignment for a user or a group.
Request
URI
POST
https://{api_host}/roles/remove/all
COPY
Request Body
WsAuthEntity
of type(s)
application/json
Required
{
"domain": "string",
"name": "string",
"type": "string",
"id": "string"
}
string
domain
Optional
domain
string
name
Optional
name
string
type
Optional
type
string
id
Optional
id
Responses
204
The request is successful.
Operation doesn't return any data structure
401
The user is not authorized.
Operation doesn't return any data structure
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/roles/remove/all