complete_password_reset
Complete a password reset by providing the access token from the reset email and a new password that meets policy requirements (12+ characters with uppercase, lowercase, number, special character).
Instructions
Complete a password reset using the access token from the reset email link. Validates password policy (12 chars, upper/lower/number/special).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| access_token | Yes | Access token from the reset email URL fragment | |
| new_password | Yes |