Skip to main content

Change or set the current user's password

POST 

/api/v1/users/me/change-password

Change or set the authenticated user's password.

  • If the user already has a password, current_password must match.
  • If the user is OAuth-only (no password yet), current_password is not required.
  • Side effect: adds password to auth_methods on first-set.
  • Rate limit: 5 requests / hour / user (user_mutation tier).

Request

Responses

Successful Response