Syntax
ChangePassword(OldPassword As String, NewPassword As String, ConfirmNewPassword As String) As String
Description
The ChangePassword operation is used to change the logged-in client password with a new one.
Request Parameters
| Name | Description | Required |
| OldPassword |
|
Yes |
| NewPassword |
|
Yes |
| ConfirmNewPassword |
|
Yes |
Response Elements
| Name | Description |
| Result | The operation returns 1 in a case successfully otherwise an explicit error code is returned |
See Also