Obtains information about the teams that the calling user is a member of.
public TeamCollection search_getTeams( String accessToken );
The search_getTeams operation obtains information about the teams that the calling member is a user of.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
A TeamCollection Java object that contains information about the teams that the calling user is a member of.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)