v1

latestOpenAPI 3.0.02026-08-04265791.1 MB
Users

Change Password

Update user's password.
Note - dontSendMail / boolean / not required / if true no email is sent to the user. If false or not specified, an email is sent to the user to inform them about the change.

patch/public/api/users/{id}/password-change

Path parameters

idstring required

The id of the user

Headers

Acceptstring

e.g. application/json

Request body

passwordstring
dontSendMailboolean

Example request

{
  "password": "<the-new-password>",
  "dontSendMail": true
}

Response

OK