Establishes members of a team for a binder.
public void binder_setTeamMembers( String accessToken, long binderId, String[] teamMembers );
The binder_setTeamMembers operation establishes members of the team for a specified workspace or folder.
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 to establish team membership.
None.
Names of the team members.
Java objects in the Vibe sources (see Working with Java Objects)