POST Api/Login/ResetPasswordByAdmin
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": "252f78ad-f84a-43e3-b5a7-d22eea34351f",
"Email": "sample string 2",
"password": "sample string 3",
"userID": "49566ea7-b3f5-4eba-a28e-c2a24e11ecf2",
"DeviceID": "1b5b93b0-77f6-4eec-b085-c40d8af2accf",
"BrowserKey": "04cc2836-2ffb-4363-8d44-0144d49b7c7a"
}
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>04cc2836-2ffb-4363-8d44-0144d49b7c7a</BrowserKey> <DeviceID>1b5b93b0-77f6-4eec-b085-c40d8af2accf</DeviceID> <Email>sample string 2</Email> <password>sample string 3</password> <userID>49566ea7-b3f5-4eba-a28e-c2a24e11ecf2</userID> <Token>252f78ad-f84a-43e3-b5a7-d22eea34351f</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. |