Verify a user's email address using a confirmation code

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.

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

The email address (username) of the user to verify

string
required

The verification code from the registration email

Responses
200

Success

400

The request is null, UserName is missing, or verification token is invalid/expired

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!