POST api/login/changepassword
Change password. Deprecated, use route api/userprofile/ChangePassword instead.
Request Information
URI Parameters
None.
Body Parameters
Change Password Model
| Name | Description | Type | Additional information |
|---|---|---|---|
| ChangePasswordGuid |
Change Password Guid |
globally unique identifier |
You can get ChangePasswordGuid from request password email Required |
| Password |
New Password |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"changePasswordGuid": "e95b2c25-29a7-4170-b9de-a88cdf74d7a5",
"password": "sample string 2"
}
Response Information
Password change is successful
Response Formats
application/json, text/json
Sample:
true