POST
Change current user password

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

JSON payload used to change current user password.

Request payload for change password.

current_password
string
required

current password value for change password request.

Required string length: 1 - 1024
new_password
string
required

new password value for change password request.

Required string length: 8 - 1024
refresh_token
string | null

Optional current refresh token. When supplied, the password-change flow preserves this session and revokes the user's other refresh sessions. When omitted, all refresh sessions are revoked.

Required string length: 1 - 512

Response

Password changed and refresh sessions hardened

data
object
required

Endpoint-specific response payload. See the referenced schema for the resource fields.

request_id
string
required

Request correlation identifier returned from X-Request-Id or generated by the API.

meta
object

Optional response metadata such as pagination limits, counts, or export context.