Change Your Password

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.

Body Params

The change password request data

string
required

The old password of the user account

string
required

The new password you'd like to set for the user account

Headers
string
Responses

400

The LogonRequestData model is required in the request body. || The NewPassword field is required. || The OldPassword field is required.

401

The 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.

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