Update site access for multiple operators
x-ms-visibility: "important"
Replaces the existing site access with the provided site access for one or more operators. If an empty array is provided, all site access will be removed.
application/json
Request Body required
Operator IDs and site IDs to replace existing site access for the specified operators.
operatorIds string[]
siteIds int64[]
Responses
- 200
- 400
- 401
Array of operator IDs whose site access was successfully updated.
application/json
Schema
Example (from schema)
Schema
operatorIds string[]
{
"operatorIds": [
"string"
]
}
Details of the error or exception that occurred.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User is not authorized to perform this operation.
Loading...