Skip to main content
PUT
Change Password
Changes the user’s password. Requires the current password for verification. After a successful change, all other sessions are invalidated — only the current session remains active.

Auth

Requires a valid Bearer token.

Request Body

string
required
The user’s current password. Minimum 8 characters.
string
required
The new password. Minimum 8 characters, maximum 128 characters. Must be different from the current password.

Response

string
Confirmation message.

Errors

Example