v1

latestOpenAPI 3.0.0BSD-3-Clause2026-07-146135105.7 KB
account

Update Account Preferences

Update currently logged in user account preferences. You can pass only the specific settings you wish to update.

patch/account/prefs

Request body

prefsobject required

Prefs key-value JSON object.

Response

User

$idstring required

User ID.

emailstring required

User email address.

emailVerificationboolean required

Email verification status.

namestring required

User name.

passwordUpdateinteger required

Unix timestamp of the most recent password update

prefsobject required

User preferences as a key-value object

registrationinteger required

User registration date in Unix timestamp.

statusinteger required

User status. 0 for Unactivated, 1 for active and 2 is blocked.