POST api/Auth/ResendConfirmationEmail
Request Information
URI Parameters
None.
Body Parameters
AuthResendConfirmationEmailModelName | Description | Type | Additional information |
---|---|---|---|
userId | globally unique identifier |
Required |
|
string |
Required |
Request Formats
application/json, text/json
Sample:
{ "userId": "f057b82d-a1de-48eb-aa76-84cd0a653280", "Email": "sample string 2" }
application/xml, text/xml
Sample:
<AuthResendConfirmationEmailModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Portal.Api.Models"> <Email>sample string 2</Email> <userId>f057b82d-a1de-48eb-aa76-84cd0a653280</userId> </AuthResendConfirmationEmailModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |