Skip to main content
PUT
Change current user password

Authorizations

Authorization
string
header
required

User session JWT (Bearer ). Must be paired with the X-Team-ID request header on team-scoped endpoints so the server knows which team's resources to operate on.

Body

application/json
current_password
string
required

The user's current password (for verification).

Example:

"P@ssw0rd123"

new_password
string
required

New password (8–128 characters).

Required string length: 8 - 128
Example:

"NewP@ssw0rd456"

Response

Password changed

is_success
boolean
required

Always true when the action completed successfully.

Example:

true