Update your account settings
Request body
Required.
application/json
localestring · required — User localetimezonestring · required — User timezone
{
"locale": "en_US",
"timezone": "Europe/Stockholm"
}
Responses
| Status | Description |
|---|---|
| 200 | Successfully updated settings |
| 400 | The update was rejected |
| 401 | Not authenticated |
| 422 | Validation errors |
Response 200 body
dataobject · requiredmetaobject · required
{
"data": {
"locale": "en_US",
"timezone": "Europe/Stockholm"
},
"meta": {
"requestId": "019a3a60-6328-7075-8a41-76ff545ca5d3",
"userId": "019a3a60-929c-7820-9b35-bf79a8bf83a6",
"organizationId": "019a3a60-8175-7a68-88da-ecb4a7040b86"
}
}