POST /API/identityAPI/getGroupsByUUIDs
groupUUIDs=…&options=…
API Example:
RESTRemoteIdentityAPI.getGroupsByUUIDs({'groupUUIDs': /* groupUUIDs the UUIDs of the required groups */, 'options': /* options the options map (domain, queyList, user) */});
Retrieve a list of groups
Output:
java.util.List<org.ow2.bonita.facade.identity.Group> - a {@link List} of {@link Group}
Form parameters:
groupUUIDs - the UUIDs of the required groups
options - the options map (domain, queyList, user)