Add permissions to operators
x-ms-visibility: "important"
Add one or more permissions to one or more operators based on the given information.
application/json
Request Body required
Operator IDs and permissions to be added to the corresponding operators. This action adds the specified permissions on top of existing permissions; it does not replace current permissions.
operatorIds string[]
permissions string[]
Responses
- 200
- 400
- 401
Array of operator ids which were added permissions successfully.
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...