How to fetch Users of a group, through Java code.
Hi All,
I have created a group in userAdmin and it has some users attached to it.
And in my java class I want to get the list of users attached to the group, but somehow I am not able to find any API or some way to find it out.
Finding the Group to which a user is attached I know, but dont know how to find out the list of users in a group in my java code.
Any suggestion on this will be really appreciated.