changePassword method
- String correlationId,
- String userId,
- String oldPassword,
- String newPassword
Changes a password.
correlationId
(optional) transaction id to trace execution through call chain.userId
an id of password.oldPassword
an old password.newPassword
a new password. Return Future that receives null for success.