latestOpenAPI 3.0.02026-08-16265791.1 MB

3e9bb3bab8a0

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