POST Account/ChangePassword?OldPassword={OldPassword}&NewPassword={NewPassword}
Update User Password
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OldPassword | string |
Required |
|
| NewPassword | string |
Required |
Body Parameters
None.
Response Information
Resource Description
IdentityResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Errors | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.
