Add a new operator
x-ms-visibility: "important"
Send a request to add an operator specified in the request body
application/json
Request Body required
Operator object that needs to be added
displayName string
emailAddress string
isOperatorAdmin boolean
Responses
- 200
- 400
- 401
Return the id for the new operator
application/json
Schema
Example (from schema)
response
Schema
id string
{
"id": "string"
}
{"id":"123"}
Errors in the body request
text/plain
Schema
Schema
string
Customer not found or not authorised
Loading...