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 Teaming 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 Teaming sources (see Section 1.7.1, Working with Java Objects)