ListTeamsRequest
| Field | Type |
|---|---|
page_size | int32 |
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.
POST /public-api/publicapi.v1.Team/ListTeams Lists at most page_size teams in the authenticated workspace. page_size defaults to 100.
| Field | Type |
|---|---|
page_size | int32 |
| Field | Type |
|---|---|
teams | repeated Team |
{ "pageSize": 100}