Obtains information about the members of a team assigned to a specified binder.
public TeamMemberCollection binder_getTeamMembers( String accessToken, long binderId );
The binder_getTeamMembers operation obtains information about the members of a team assigned to a specified binder.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The binder identifier for the workspace or folder for which you want information about team members.
A TeamMemberCollection Java object containing information about the members of a team assigned to the specified binder.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)