Update user settings
Method
PUT
Syntax
PUT /user_settings
Request Body
{
"timezone": {
"value": "<current_TZ_value>" // for example "America/Chicago"
},
"language": "<language_ID_string>", // for example "fr-CA" (IETF notation recommended)
"date_time_format": "<date_time_format_string>", // for example "yyyy/MM/dd HH:mm:ss Z"
"date_format": "<date_format_string>", // for example "yyyy/MM/dd"
"first_day_of_week": "<SUNDAY|MONDAY>" // default: MONDAY
}
Notes
- It is also possible to use the full data format as returned by the GET method. In this case, all the unnecessary properties are ignored.
- current_tenant_dbid is considered a read-only property; it can be changed by a separate request.
This page was last edited on December 19, 2017, at 11:03.
Comments or questions about this documentation? Contact us for support!