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": "802b66ad-1084-4124-ba42-a9a68ca4cee7", "password": "sample string 2" }
Response Information
Response Formats
application/json, text/json
Sample:
true