ResetAccountPassword

GET /?Action=ResetAccountPassword
Description

Replaces the account password with the new one you provide.
You must also provide the token you received by email when asking for a password reset using the SendResetPasswordEmail method.

Password strength is tested through heuristic algorithms. For more information, see the zxcvbn GitHub.

Note

To protect against brute force attacks, the number of requests allowed for this method in a given time period is limited.

Body parameter

Required: false
Name: ResetAccountPasswordRequest

Name Description Required Schema Default Example

Password

The new password for the account.
The password can contain between 1 and 200 characters. Allowed characters are a-z, A-Z, 0-9, and !"#$%&'()*+,-./:;<⇒?@[\]^_`{|}~.

true

string

Token

The token you received at the email address provided for the account.

true

string

Responses
HTTP Code 200
HTTP Code Description Schema

200

ResetAccountPasswordResponse

Response 200

Response 200

Name Description Required Schema Default Example

Email

The email address of the account.

false

string

ResponseMetadata

Information about the response.

false

ResponseMetadata