---
title: "List pool members"
method: GET
path: "/participant-pools/{participantPoolId}/members"
tags: ["Members"]
---

# List pool members

`GET /participant-pools/{participantPoolId}/members`

Get a list of all members in the participant pool

## Query parameters

- `role` 'OWNER' | 'ADMIN' | 'ENROLLEE' | 'ASSIGNER' | 'TAGGER' — Role of a member within the participant pool

## Response `200`

List of members retrieved successfully

- ParticipantPoolMember[]
  - `publicId` string, required — Public identifier of the pool member
  - `createdAt` string, date-time — Timestamp when the member was added to the pool
  - `updatedAt` string, date-time — Timestamp when the member was last updated
  - `roles` ParticipantPoolMemberRoleEnum[], required — Roles assigned to this member in the pool
  - `name` string — Name of the member
  - `email` string — Email of the member

---

[API](https://skmtc.net/pactima/apis/esignature-packages-api.md) · [All operations](https://skmtc.net/pactima/apis/esignature-packages-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pactima/esignature-packages-api/revisions/1570128383ef/schema)
