Parameter | Description | Type |
---|---|---|
password | Member's new password | string |
token | Confirmation token generated and sent with Members > Send password reset token | string |
Status | Reason |
---|---|
400 | password or token param is missing |
404 | Member could not be found |
422 | Invalid password - returns validation errors JSON object. |
463 | Invalid confirmation token |
{
// Empty object
}