search_getTeams

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

Syntax

public TeamCollection search_getTeams( String accessToken );

Description

The search_getTeams operation obtains information about the teams that the calling member is a user 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.

return_value

A TeamCollection Java object that contains information about the teams that the calling user is a member of.

See Also