POST api/login/changepassword
Change password.
Request Information
URI Parameters
None.
Body Parameters
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 |
Required Max length: 512 Min length: 6 |
Request Formats
application/json, text/json
Sample:
{ "changePasswordGuid": "b5ce57b9-2123-4319-b41a-a6ae4aa85ee0", "password": "sample string 2" }
Response Information
Response Formats
application/json, text/json
Sample:
true