POST /API/identityAPI/getAllUsersInMembership/{membershipUUID}
options=…
API Example:
AbstractRemoteIdentityAPI.getAllUsersInMembership({'membershipUUID': /* Retrieve all the users in the membership */, 'options': /* options the options map (domain, queyList, user) */});
Retrieve all the users in the membership
Output:
java.util.List<org.ow2.bonita.facade.identity.User> - @return a {@link Set} of users
Form parameters:
options - the options map (domain, queyList, user)