post
https://localhost:44395/api/account/reset-password
Behavior: Completes the password reset flow by validating the verification code from the forgot-password email and setting the new password. For accounts pending approval, this also completes the email verification step.
Authorization: Public endpoint — no authentication required. The reset token serves as the credential.
Side Effects: Updates the user's password. For pending-approval accounts, also verifies the email address.
Error Scenarios: Returns 400 if the request is null or UserName is missing. Throws if the user is disabled or the reset token is invalid/expired.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200The password was successfully reset. The user can now log in with the new password.
