gitpod.v1.TeamService
ListTeams
Lists teams with optional pagination and filtering.
Use this method to:
- View all teams in an organization
- Search for teams by name
Examples
-
List all teams:
pagination: pageSize: 20 -
Search for teams by name:
pagination: pageSize: 20 filter: search: "backend"
Authorization
Results are filtered by team:read permission.
post/gitpod.v1.TeamService/ListTeams
Query parameters
pageSizeinteger
tokenstring
Request body
Response
Success