Groups
groups
Methods
List Groups -> GroupsPage<{ id, createdAt, name, 3 more... }>
post/gitpod.v1.GroupService/ListGroups
ListGroups lists groups
Security
Bearer Auth
Example: Authorization: Bearer My Bearer Token
Parameters
token: string
Optional
pageSize: number
(maximum: 100, minimum: 0)Optional
Response fields
groups: Array<{ id, createdAt, name, 3 more... }>
Optional
pagination: { nextToken }
Optional
Request example
200Example