v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-25173140700.7 KB
User

Change own password

Change the current user's password and revoke all of their sessions.

post/users/passwd

Query parameters

cookie_namestring nullable

Request body

old_passwordstring required

Current password, required to authorize the change.

new_passwordstring required

New password to set.

Example request

{
  "old_password": "Old-P@ssw0rd!",
  "new_password": "S3cure-P@ssw0rd!"
}

Response

Successful Response