Completes the password reset. IMPORTANT: To reset a user's password, first send a POST request to trigger an email with a reset token. This token must be included in the state parameter when calling this API. The validator parameter is optional, if omitted, the OTP can be verified first, and the new password can be submitted separately with the correct OTP.
OK
Bad Request
Token Not Found
The state was already used
{- "identifiers": {
- "email_address": "joe.blow@company.com"
}, - "validators": {
- "password": "mynewsecurepassword123"
}
}