auth

Update user password by ID

Update a specific user's password by ID (superadmin only)

put/auth/users/{userId}/password

Path parameters

userIdstring required

Request body

passwordstring password required

New password for the user

Response

Operation successful

successboolean required
msgstring required
dataobject

Response payload (varies by endpoint)

Example response

{
  "success": true,
  "msg": "Operation completed successfully"
}

Changes