---
title: "Retrieve a pool member"
method: GET
path: "/participant-pools/{participantPoolId}/members/{publicId}"
tags: ["Members"]
---

# Retrieve a pool member

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

Get detailed information about a specific member in the pool

## Response `200`

Member retrieved successfully

- ParticipantPoolMember — A member of a participant pool with their associated role and metadata
  - `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)
