POST api/SocialDriver/ResendUserConfirmationEmail

Resend a users confirmation email

Request Information

URI Parameters

None.

Body Parameters

ResendUserConfirmationEmailRequest
NameDescriptionTypeAdditional information
Username

The username who wants their confirmation request resending

string

None.

AppId

The app id

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Username": "sample string 1",
  "AppId": "sample string 2"
}

application/xml, text/xml

Sample:
<ResendUserConfirmationEmailRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Username>sample string 1</Username>
  <AppId>sample string 2</AppId>
</ResendUserConfirmationEmailRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.