v14

OpenAPI 3.1.02026-08-03122113375.9 KB
user-account

Update password

Update the password for the authenticated user.

This endpoint is intended for credential rotation and account recovery flows after successful authentication.

Behavior notes:

  • Returns 204 when the password update succeeds.
  • Does not return a response body on success.
  • Requires a valid authenticated bearer token.
put/user/account/password

Request body

passwordstring required

The new password

Response

Password updated