v1

latestOpenAPI 3.1.02026-07-14159142161.9 KB
usersService

Update self settings

Update self settings

patch/company/v1/users/me/settings

Request body

nameFormatstring
lang'en-US' | 'pt-BR' | 'pl' | 'es-ES' | 'uk'
timeFormatstring
dateFormatstring
timezonestring
firstDaystring
themeAccentColorstring
themeDecor'standard' | 'framed'
themeName'dark' | 'light' | 'highlighted'

Example request

{
  "nameFormat": "first-last",
  "timeFormat": "24-hours",
  "dateFormat": "hh:mm:ss",
  "timezone": "Kiev +2",
  "firstDay": "monday",
  "themeAccentColor": "#ff0000"
}

Response

OK

nameFormatstring
lang'en-US' | 'pt-BR' | 'pl' | 'es-ES' | 'uk'
timeFormatstring
dateFormatstring
timezonestring
firstDaystring
themeAccentColorstring
themeDecor'standard' | 'framed'
themeName'dark' | 'light' | 'highlighted'

Example response

{
  "nameFormat": "first-last",
  "timeFormat": "24-hours",
  "dateFormat": "hh:mm:ss",
  "timezone": "Kiev +2",
  "firstDay": "monday",
  "themeAccentColor": "#ff0000"
}