v51

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-0118684573.2 KB
Users

Directly updating a user password

To directly update a user password, you will need to reprove the user's intention by supplying the old password alongside the new. If you simply want to initiate an email-based password reset process, see the following endpoint.

put/v1/users/{actorId}/password

Path parameters

actorIdstring required

The integer ID of the User.

Response

OK

successboolean required

Example response

{
  "success": true
}