Retrieve all the users in a given role inside a group. This method return the same result as getAllUsersInMembership except you don't need to know the membership UUID for the role-group association
Retrieve all the users in a given role inside a group.
Method Detail
HTTP Example:
POST /API/identityAPI/getAllUsersInRoleAndGroup/{roleUUID}/{groupUUID}
options=…
API Example:
AbstractRemoteIdentityAPI.getAllUsersInRoleAndGroup({'roleUUID': /* roleUUID the role UUID */, 'groupUUID': /* groupUUID the group UUID */, 'options': /* options the options map (domain, queyList, user) */});
Retrieve all the users in a given role inside a group. This method return the same result as getAllUsersInMembership except you don't need to know the membership UUID for the role-group association
Output:
java.util.List<org.ow2.bonita.facade.identity.User> - a {@link Set} of users
Form parameters:
options - the options map (domain, queyList, user)