Obtains information about the members of a group.
public PrincipalCollection profile_getGroupMembers( String accessToken, String groupName );
The profile_getGroupMembers operation obtains information about members of a group.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
A string containing the name of the group whose members you want information about.
A PrincipalCollection Java object containing information about the members of the specified group.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)