post
https://localhost:44395/api/account/resend-code
Behavior: Re-sends the email verification confirmation code to the specified user's email address. Use this when the original verification email was not received or the code has expired.
Authorization: Public endpoint — no authentication required.
Side Effects: Sends a verification email to the user with a new confirmation code.
Error Scenarios: Returns 400 if the request is null or UserName is missing. Throws if the user does not exist.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200The confirmation code was re-sent to the user's email address.
