I am currently creating a java method (part and managed by XPages bean) to retrieve groups of lists of which the user is a member (not necessarily the current user).
Is there any simple way to delete this information, or will I have to iterate over all the groups to verify the user, and also check if these groups are subgroups of other groups?
source
share