v1

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

Update Account Password

Update currently logged in user password. For validation, user is required to pass in the new password, and the old password. For users created with OAuth and Team Invites, oldPassword is optional.

patch/account/password

Request body

oldPasswordstring

Old user password. Must be between 6 to 32 chars.

passwordstring required

New 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.