Changes the password for the specifid User.

Path Params
string
required

The id of the user being updated

Query Params
boolean
enum
Defaults to false

If true, a notification email will be sent to the User's email address.

Allowed:
boolean
enum
Defaults to false

If true, the new password will be included in the notification email.

Allowed:
Body Params

The PasswordChangeMessage should be passed as shown in ModelSchema.

passwordChange
object
required

Represents a message to change the password for a User

Responses

400

Invalid request.

403

Not authorized for this operation.

404

User not found.

409

Resource state out-of-date.

500

Server error

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*