Groups
groups
Methods
post/gitpod.v1.GroupService/ListGroups
Lists groups with optional pagination.
Use this method to:
- View all groups
- Check group memberships
- Monitor group configurations
- Audit group access
Examples
List all groups:
Shows all groups with pagination.
pagination: pageSize: 20
List with custom page size:
Shows groups with specified page size.
pagination: pageSize: 50 token: "next-page-token-from-previous-response"
Domain types
Group = { id, createdAt, name, 3 more... }