v25

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-015053126.2 KB
Users

Reset user password

Reset the password list of a user to include a single new password

put/v1/users/password

Request body

new_passwordstring required

The new password

old_passwordstring

An existing password of the user. Ignored and will be removed in 8.2.0.

password_hash_method1

Used when password is passed pre-hashed

usernamestring

The username of the affected user. If missing, defaults to authenticated user

Response

Password reset successfully