List teams
List teams accessible to the current user. Set includeMembership=false to omit full member and manager lists and return cached membership summaries instead.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Number of items per page
1 <= x <= 100010
Number of items to skip
x >= 00
Filter to teams where the caller holds this role. manager returns teams the caller can manage (team managers and admins).
manager "manager"
Comma-separated list of attributes to return (e.g. id,teamName). When provided, only the specified fields are fetched. id is always included.
"id,teamName,manifest"
Whether to include full member and manager lists. Set to false for a metadata-only response with cached membership summaries.