This method is used to change the password of a user (based on the session key passed).
A session key must be submitted via the X-Session-Key header.
The response body will be empty.
A successful transaction will receive a 200 status code.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
400The LogonRequestData model is required in the request body. ||
The NewPassword field is required. ||
The OldPassword field is required.
401The X-Session-Key header is missing. ||
Bad session key. ||
Session key expired. ||
The new password has already been used as one of the last [NumberOfStoredPasswords] passwords. ||
The password could not be changed. Please ensure you are using the correct old password. ||
The new password could not be validated. ||
The new password does not meet complexity requirements. ||
Password not supplied. ||
The new password must be at least [MinimumLength] characters. ||
An error occurred while validating the password. ||
The new password cannot be the email address.
