Obtains information about all teams that the specified user is a member of.
public TeamCollection search_getUserTeams( String accessToken, long userId );
The search_getUsersTeams operation obtains information about all teams that the user is a member of.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The identifier of the user about whom you want information.
A UserCollection Java object that contains information about the entries contained within the folder.
Java objects in the Vibe sources (see Working with Java Objects)