POST account/contactverification/SendPhoneNumber

Send a phone verification request via SMS or voice call

Request Information

URI Parameters

None.

Body Parameters

Phone Number to text or call, including country code. Specify PhoneNumberVerificationMethod as "Sms" for text message, "Voice" for phone call.

SendPhoneNumberVerificationRequest
NameDescriptionTypeAdditional information
PhoneNumberVerificationMethod

PhoneNumberVerificationMethod

None.

PhoneNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PhoneNumberVerificationMethod": "Sms",
  "PhoneNumber": "sample string 1"
}

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

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.