Change password

Changes the authenticated member's password. The caller supplies their
current password and a new password; the current password is verified before
any change is made. Only email_and_password accounts may use this endpoint —
OTP and social/SSO (Google, Apple) accounts are rejected. The new password
must satisfy the same rules as the password-reset flow.

Body Params

Request body for changing an authenticated member's password.

string
required

The account's current password. Verified before any change is made.

string
required

The new password. Must be at least 8 characters and contain an uppercase
letter, a lowercase letter, a numeral, and a special character.

Responses
204

Password changed successfully.

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json