Patch User Settings

PATCH {{baseUrl}}/odata/UserSettings({{userId}})

  • timeInputType - possible values: Decimal, HoursAndMinutes, SchedulePercent

  • cultureCode - to get available values see Get Cultures example

  • languageCode - to get available values see Get Languages example

  • timeZoneId - to get available values see Get TimeZones example

Request Body

{"timeZoneId"=>"9213c133-7579-417f-ab41-af2ea08ac5ff", "languageCode"=>"ru-RU", "cultureCode"=>"ru", "timeInputType"=>"SchedulePercent", "useStopwatch"=>true, "notification"=>{"notifyOnDueDateExpired"=>true, "taskAssigned"=>true}, "notifyByEmail"=>true, "useBrowserNotifications"=>true}