Add site access to multiple operators
x-ms-visibility: "important"
Adds the specified site access to one or more operators. This does not replace existing access but only adds new site access entries.
application/json
Request Body required
Operator IDs and site ids to be added to the specified operators.
operatorIds string[]
siteIds int64[]
Responses
- 200
- 400
- 401
Array of operator IDs whose site access was successfully added.
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...