POST /API/identityAPI/addGroup/{name}?parentGroupUUID=…
options=…
API Example:
AbstractRemoteIdentityAPI.addGroup({'parentGroupUUID': /* parentGroupUUID the parent group UUID (null if the group should be created at the root) */, 'name': /* name the group's name */, 'options': /* options the options map (domain, queyList, user) */});
Create a new group
Output:
org.ow2.bonita.facade.identity.Group - the {@link Group} created
Query parameters:
parentGroupUUID - the parent group UUID (null if the group should be created at the root)
Form parameters:
options - the options map (domain, queyList, user)