Update personal preferences for an operator
x-ms-visibility: "important"
Update the personal preferences of an operator.
application/json
Request Body required
Operator personal preferences details to update.
language string
timezone string
currency string
country string
Responses
- 200
- 400
- 401
Updated operator personal preferences details.
application/json
Schema
Example (from schema)
Schema
language string
timezone string
currency string
country string
{
"language": "string",
"timezone": "string",
"currency": "string",
"country": "string"
}
Invalid request parameters.
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 authorized.
Loading...