Verify a user's email address using a confirmation code.

Behavior: Confirms the user's email address using the verification code sent during registration. If the account requires admin approval, the response LoginStatus will be IsDisabled to indicate the account is verified but not yet approved for use.

Authorization: Public endpoint — no authentication required.

Side Effects: Marks the user's email address as verified.

Error Scenarios: Returns 400 if the request is null or UserName is missing. Throws if the verification token is invalid or expired.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

A Nomad.Common.Models.Account.VerifyEmailRequestModel containing the UserName (email) and the Token from the verification email.

Request model for verifying a user's email address using a confirmation code.

string
required
length ≥ 1

Gets or sets the email address of the account to verify. Required.

string | null

Gets or sets the verification code received via the registration confirmation email.

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

Generated from available request content types

Allowed:
Responses

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