profile_getUserTeams

Obtains information about all teams that the specified user is a member of.

Syntax

public TeamCollection search_getUserTeams( String accessToken, long userId );

Description

The search_getUsersTeams operation obtains information about all teams that the user is a member of.

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.

userId

The identifier of the user about whom you want information.

return_value

A UserCollection Java object that contains information about the entries contained within the folder.

See Also