v1

latestOpenAPI 3.1.02026-07-14159142161.9 KB
usersService

Get user account settings by id.

Get user account settings by id.

get/company/v1/users/{userId}/settings

Path parameters

userIdinteger required

User id

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"
}