profile_getGroupMembers

Obtains information about the members of a group.

Syntax

public PrincipalCollection profile_getGroupMembers( String accessToken, String groupName );

Description

The profile_getGroupMembers operation obtains information about members of a group.

Parameters and Return Value

accessToken

Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.

groupName

A string containing the name of the group whose members you want information about.

return_value

A PrincipalCollection Java object containing information about the members of the specified group.

See Also