POST /API/identityAPI/addUserWithEmail
lastName=…&username=…&email=…&firstName=…&password=…&options=…
API Example:
AbstractRemoteIdentityAPI.addUser({'lastName': /* lastName the user's last name */, 'username': /* username the user's username */, 'email': /* email the user's email */, 'firstName': /* firstName the user's first name */, 'password': /* password the user's password */, 'options': /* options the options map (domain, queyList, user) */});
Create a new a user
Output:
org.ow2.bonita.facade.identity.User -
Form parameters:
lastName - the user's last name
username - the user's username
email - the user's email
firstName - the user's first name
password - the user's password
options - the options map (domain, queyList, user)