gitpod.v1.OrganizationService
ListOrganizations
Lists all organizations the caller has access to with optional filtering.
Use this method to:
- View organizations you're a member of
- Browse all available organizations
- Paginate through organization results
Examples
-
List member organizations:
Shows organizations where the caller is a member.
pagination: pageSize: 20 scope: SCOPE_MEMBER -
List all organizations:
Shows all organizations visible to the caller.
pagination: pageSize: 50 scope: SCOPE_ALL
post/gitpod.v1.OrganizationService/ListOrganizations
Query parameters
pageSizeinteger
tokenstring
Request body
Response
Success