Update permissions of operators
x-ms-visibility: "important"
Replace existing permissions with the provided permissions for one or more operators.
application/json
Request Body required
Operator IDs and permissions to replace existing permissions for the specified operators.
operatorIds string[]
permissions string[]
Responses
- 200
- 400
- 401
Array of operator ids whose permissions were successfully updated.
application/json
Schema
Example (from schema)
Schema
operatorIds string[]
{
"operatorIds": [
"string"
]
}
Exception Details
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 authorised
Loading...