POST Api/Login/IsPasswordResetLinkValid
Request Information
URI Parameters
None.
Body Parameters
iSLinkValid| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | globally unique identifier |
None. |
|
| string |
None. |
||
| password | string |
None. |
|
| userID | globally unique identifier |
None. |
|
| DeviceID | globally unique identifier |
None. |
|
| BrowserKey | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Token": "ff304dcc-edbc-43cb-b8d8-ca6dd009657b",
"Email": "sample string 2",
"password": "sample string 3",
"userID": "df4e909f-297f-42f5-8d70-ac7e2ed7ea1f",
"DeviceID": "9b6c0b36-82cd-489c-9e51-1cd1134ca5c4",
"BrowserKey": "1cf0a83f-f150-4df2-8492-0dea7db745b3"
}
application/xml, text/xml
Sample:
<iSLinkValid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DevelAPI.Models"> <BrowserKey>1cf0a83f-f150-4df2-8492-0dea7db745b3</BrowserKey> <DeviceID>9b6c0b36-82cd-489c-9e51-1cd1134ca5c4</DeviceID> <Email>sample string 2</Email> <password>sample string 3</password> <userID>df4e909f-297f-42f5-8d70-ac7e2ed7ea1f</userID> <Token>ff304dcc-edbc-43cb-b8d8-ca6dd009657b</Token> </iSLinkValid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |