---
title: "List workspace participants"
method: GET
path: "/orgs/{orgId}/workspaces/{workspaceId}/participants"
tags: ["workspaces"]
---

# List workspace participants

`GET /orgs/{orgId}/workspaces/{workspaceId}/participants`

Lists the participants of the workspace identified by the given `workspaceId`.

## Path parameters

- `orgId` integer, required
- `workspaceId` integer, required

## Query parameters

- `max` integer
- `offset` integer
- `search` string

## Response `200`

OK

- ListParticipantsResponse
  - `participants` ParticipantResponseDto[]
    - `email` string
    - `firstName` string
    - `lastName` string
    - `memberId` integer
    - `orgRole` 'owner' | 'member' | 'collaborator'
    - `participantId` integer
    - `teamAvatarUrl` string
    - `teamId` integer
    - `teamName` string
    - `type` 'MEMBER' | 'TEAM' | 'COLLABORATOR'
    - `userAvatarUrl` string
    - `userName` string
    - `wspRole` string
  - `totalSize` integer

## Other responses

- `400` — Bad request
- `403` — Operation not allowed

## Changes

> 14 revisions in range; 1 not diffed.

- **2026-01-20** `98d6b538c88e` — 6 info
  - removed the `admin` enum value from the `participants/items/wspRole` response property for the response status `200`
  - removed the `connect` enum value from the `participants/items/wspRole` response property for the response status `200`
  - removed the `launch` enum value from the `participants/items/wspRole` response property for the response status `200`
  - removed the `maintain` enum value from the `participants/items/wspRole` response property for the response status `200`
  - …2 more

[Change history](https://skmtc.dev/seqeralabs/apis/seqera-api/changes/orgs/:orgId/workspaces/:workspaceId/participants/get.md)

---

[API](https://skmtc.dev/seqeralabs/apis/seqera-api.md) · [All operations](https://skmtc.dev/seqeralabs/apis/seqera-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/seqeralabs/seqera-api/revisions/97f7655d105a/schema)
