Skip to content

List Teams

Required scope: team:read

Use stable team IDs returned here to filter members or configure an invitation’s initial team. pageSize defaults to 100 and is capped at 100.

Generated Reference
POST /public-api/publicapi.v1.Team/ListTeams

Lists at most page_size teams in the authenticated workspace. page_size defaults to 100.

Request ListTeamsRequest
Response ListTeamsResponse

ListTeamsRequest

Field Type
page_size int32

ListTeamsResponse

Field Type
teams repeated Team
{
"pageSize": 100
}