POST api/UserProfile/ChangePassword/{UserName}/{OldPassword}/{NewPassword}
validate the old password and change the Password
Request Information
URI Parameters
Name | description | Type | Additional information |
---|---|---|---|
UserName |
User Name |
string |
Required |
OldPassword |
Old Password |
string |
Required |
NewPassword |
New Password |
string |
Required |
Body Parameters
None.
response Information
Resource description
Password Changed Successfully
ApiResponseName | description | Type | Additional information |
---|---|---|---|
response | string |
Required |
|
failure | MlError |
None. |
|
success | MlSuccess |
None. |