user

Change general user settings of the current user.

post/user/settings/general

Request body

default_project_idinteger

If a task is created without a specified project this value should be used. Applies to tasks made directly in API and from clients.

discoverable_by_emailboolean

If true, the user can be found when searching for their exact email.

discoverable_by_nameboolean

If true, this user can be found by their name or parts of it when searching for it.

email_reminders_enabledboolean

If enabled, sends email reminders of tasks to the user.

extra_settings_linksobject

Additional settings links as provided by openid

{"stackTrail":"components:schemas:v1.UserSettings:properties:frontend_settings","oasType":"schema","type":"unknown","description":"Additional settings only used by the frontend"}
languagestring

The user's language

namestring

The new name of the current user.

overdue_tasks_reminders_enabledboolean

If enabled, the user will get an email for their overdue tasks each morning.

overdue_tasks_reminders_timestring

The time when the daily summary of overdue tasks will be sent via email.

timezonestring

The user's time zone. Used to send task reminders in the time zone of the user.

week_startinteger

The day when the week starts for this user. 0 = sunday, 1 = monday, etc.

Response

OK

messagestring

A standard message.

Changes