POST /API/identityAPI/updateUserPassword
userUUID=…&password=…&options=…
API Example:
AbstractRemoteIdentityAPI.updateUserPassword({'userUUID': /* userUUID the user UUID */, 'password': /* password the user new password */, 'options': /* options the options map (domain, queyList, user) */});
Update the user's password.
Output:
org.ow2.bonita.facade.identity.User - the updated user
Form parameters:
userUUID - the user UUID
password - the user new password
options - the options map (domain, queyList, user)