Assign roles to an operator
x-ms-visibility: "important"
Assign one or more roles to an operator.
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 assigned to 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...