PUT api/v1/users/{userId}/password/reset
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | integer |
Required |
Body Parameters
ResetPasswordAPI| Name | Description | Type | Additional information |
|---|---|---|---|
| Password | string |
None. |
|
| Token | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"password": "sample string 1",
"token": "sample string 2"
}
application/xml, text/xml
Sample:
<ResetPasswordAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VOL.API.Models"> <Password>sample string 1</Password> <Token>sample string 2</Token> </ResetPasswordAPI>
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.