latestOpenAPI 3.0.0zlibraw.githubusercontent.com2026-08-17288558922.3 KB

d7d5dff08b4c

users

Update password for a user

Update password for the specified user. Access policy: authenticated

put/users/{id}/passwd

Path parameters

idinteger required

identifier

Request body

NewPasswordstring required

New Password

Passwordstring required

Current Password

Example request

{
  "NewPassword": "new_passwd",
  "Password": "passwd"
}

Response

Success