POST account/contactverification/VerifyContact

Submit the link verification code for an unknown contact. This can happen if a user clicks from an email or text.

Request Information

URI Parameters

None.

Body Parameters

VerifyContactRequest
NameDescriptionTypeAdditional information
LinkAuthCode

string

None.

IpAddress

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LinkAuthCode": "sample string 1",
  "IpAddress": "sample string 2"
}

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 'VerifyContactRequest'.

Response Information

Resource Description

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.