PUT api/v1/users/emailConfirmation
Request Information
URI Parameters
None.
Body Parameters
ConfirmEmailModelAPI| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| Code | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"userId": 1,
"code": "sample string 2"
}
application/xml, text/xml
Sample:
<ConfirmEmailModelAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VOL.API.Models"> <Code>sample string 2</Code> <UserId>1</UserId> </ConfirmEmailModelAPI>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppIdentityResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Errors | Collection of string |
None. |
|
| Succeeded | boolean |
None. |
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.