POST /API/identityAPI/updateUser
lastName=…&username=…&email=…&oldUsername=…&firstName=…&password=…&options=…
API Example:
AbstractRemoteIdentityAPI.updateUser({'lastName': /* lastName the user's last name */, 'username': /* username the user's username */, 'email': /* email the user's email */, 'oldUsername': /* oldUsername the actual username of the user to update */, 'firstName': /* firstName the user's first name */, 'password': /* password the user's password */, 'options': /* options the options map (domain, queyList, user) */});
Update a user
Output:
org.ow2.bonita.facade.identity.User - the updated {@link User}
Form parameters:
lastName - the user's last name
username - the user's username
email - the user's email
oldUsername - the actual username of the user to update
firstName - the user's first name
password - the user's password
options - the options map (domain, queyList, user)