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
Example response
{
"success": true
}