POST api/Account/ResetPassword
Request Information
URI Parameters
None.
Body Parameters
ResetPasswordModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileId | integer |
Required |
|
| NewPassword | string |
Required Data type: Password String length: inclusive between 6 and 100 |
|
| ConfirmPassword | string |
Data type: Password |
Request Formats
application/json, text/json
Sample:
{
"ProfileId": 1,
"NewPassword": "sample string 2",
"ConfirmPassword": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"