ChangePassword Change the logged-in User's Password. Both old and new passwords should be provided in unencrypted text. The Server will take care of the one way encryption and authentication of the change request.
Message Type: TransactionMessage Message Number: 8003 Inherited fields Name Type Size (bytes) Description MessageType Integer (unsigned) 2 The unique identifier of this message. ClientId Integer (unsigned) 4 The unique identifier of a session with the server, returned in a successful LoginReply message. RequestId Integer (unsigned) 4 Within each session each message must be uniquely identified by this field. It must be monotonically increasing for the duration of the session.
Fields Name Type Size (bytes) Description UserId String 200 The string identifier of this User which is used to log in to the system. OldPassword String 128 Required NewPassword String 128 Required