list
abstract fun list( teamId: String, max: Int, handler: CompletionHandler<List<TeamMembership>>)
Content copied to clipboard
Lists all team memberships where the authenticated user belongs.
Since
0.1
Parameters
team Id
Limit results to a specific team, by ID.
max
The maximum number of team memberships in the response.
handler
A closure to be executed once the request has finished.