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": "23f2492e-6c23-423e-a491-b530a4fe9a56",
"Email": "sample string 2",
"password": "sample string 3",
"userID": "e4759f6a-1b29-4940-8333-ac917edc0756",
"DeviceID": "dd816059-2312-478f-a7cd-2a1f25694633",
"BrowserKey": "2ecc9e3a-edd0-4878-a534-767696d2dbcb"
}
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>2ecc9e3a-edd0-4878-a534-767696d2dbcb</BrowserKey> <DeviceID>dd816059-2312-478f-a7cd-2a1f25694633</DeviceID> <Email>sample string 2</Email> <password>sample string 3</password> <userID>e4759f6a-1b29-4940-8333-ac917edc0756</userID> <Token>23f2492e-6c23-423e-a491-b530a4fe9a56</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. |