Update roles assigned to an operator
x-ms-visibility: "important"
Replace the operator's existing roles with the provided roles.
Path Parameters
operatorId string required
The ID of the operator.
application/json
Request Body required
Role IDs to assign to the operator.
roleIds int64[]
Responses
- 204
- 400
- 401
Roles have been successfully updated for the operator.
Invalid request parameters.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorized.
Loading...