POST account/contactverification/VerifyEmail

Verify an email using its auth code

Request Information

URI Parameters

None.

Body Parameters

Email to verify and its auth code.

EmailVerificationRequest
NameDescriptionTypeAdditional information
Email

string

None.

VerificationCode

string

None.

IpAddress

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Email": "sample string 1",
  "VerificationCode": "sample string 2",
  "IpAddress": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'EmailVerificationRequest'.

Response Information

Resource Description

Whether verification was succcessful.

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.