v1

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

Update Account Email

Update currently logged in user account email address. After changing user address, user confirmation status is being reset and a new confirmation mail is sent. For security measures, user password is required to complete this request. This endpoint can also be used to convert an anonymous account to a normal one, by passing an email address and a new password.

patch/account/email

Request body

emailstring required

User email.

passwordstring required

User password. Must be between 6 to 32 chars.

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.