POST /API/identityAPI/addGroupUsingLabelAndDescription/{name}?label=…&parentGroupUUID=…
description=…&options=…
API Example:
AbstractRemoteIdentityAPI.addGroup({'label': /* label the group's label */, 'parentGroupUUID': /* parentGroupUUID the parent group UUID (null if the group should be created at the root) */, 'name': /* name the group's name */, 'description': /* description the group's description */, '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:
label - the group's label
parentGroupUUID - the parent group UUID (null if the group should be created at the root)
Form parameters:
description - the group's description
options - the options map (domain, queyList, user)