POST api/login/changepassword

Change password. Deprecated, use route api/userprofile/ChangePassword instead.

Request Information

URI Parameters

None.

Body Parameters

Change Password Model

NameDescriptionTypeAdditional 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": "6ec343cb-133b-43b6-934d-e5de6d09e3f6",
  "password": "sample string 2"
}

Response Information

Password change is successful

Response Formats

application/json, text/json

Sample:
true