v18

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014211,6201.8 MB
gitpod.v1.GroupService

ListRoleAssignments

Lists role assignments for a group or resource.

Use this method to:

  • View all role assignments for a group
  • Audit resource access
  • Check which groups have access to resources

Examples

  • List role assignments for a group:

    Shows all role assignments for a specific group.

    filter:
      groupId: "d2c94c27-3b76-4a42-b88c-95a85e392c68"
    pagination:
      pageSize: 20
    
  • List role assignments by resource type:

    Shows all role assignments for runners.

    filter:
      resourceTypes:
        - RESOURCE_TYPE_RUNNER
    pagination:
      pageSize: 20
    

Authorization

All organization members can view role assignments (transparency model).

post/gitpod.v1.GroupService/ListRoleAssignments

Query parameters

pageSizeinteger
tokenstring

Request body

Response

Success