Skip to main content
Version: Latest (3.102.4)

Change Password

PUT 

/password-srv/password

Changes password for authenticated users. Use this endpoint for user-initiated password change in profile/security settings.

Do not use this endpoint for:

  • forgot-password flow for unauthenticated users
  • first-login enforced password change (password_change precheck flow)
  • initial password setup for passwordless/social users (use POST /password-srv/password)

Documentation on the change password flow and profile page integration is available here.

Request

Responses

Password changed successfully. Session behavior depends on logout_option.