Re-send the email verification confirmation code to the user.

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
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

A Nomad.Common.Models.Account.ResendConfirmationCodeRequestModel containing the UserName (email address) to re-send the code to.

Request model for re-sending the email verification confirmation code.

string
required
length ≥ 1

Gets or sets the email address of the account to re-send the verification code to. Required.

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses
200

The confirmation code was re-sent to the user's email address.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json