Get an operator's personal preferences
x-ms-visibility: "important"
Retrieve an operator's personal preferences
Responses
- 200
- 400
- 401
- 404
- 500
The 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.
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.
The requested operator personal preferences do not exist.
An unexpected error occurred.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
Loading...