changePassword (DSO881X) – allows a registered user to change their login password. This web service will return a response message if password has been changed successfully, otherwise the appropriate error message(s) will be returned.
N.B. The user needs to call the createSession web service for a registered user before calling this web service.
Input parameters:
| Field ID | Description | Type | Length | Constraints |
| sessionID | Session ID | String | Mandatory | |
| password | Password you’re currently using | String | Mandatory | |
| newPassword | Your new password | String | Mandatory | |
| confirmNewPassword | Confirm your new password | String | Mandatory |
Response:
| Field ID | Description | Type | Occurrence |
| response | Response | Boolean | |
| responseMsg | Response message | String | |
| messageSet | Message set | messageSetDataType |
