binder_getTeamMembers

Obtains information about the members of a team assigned to a specified binder.

Syntax

public TeamMemberCollection binder_getTeamMembers( String accessToken, long binderId );

Description

The binder_getTeamMembers operation obtains information about the members of a team assigned to a specified binder.

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.

binder

The binder identifier for the workspace or folder for which you want information about team members.

return_value

A TeamMemberCollection Java object containing information about the members of a team assigned to the specified binder.

See Also