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

# Update a pool member

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

Update a member's roles in the participant pool

## Request body

- object
  - `roles` ParticipantPoolMemberRoleEnum[], required — Updated roles for the member

## Response `200`

Member updated 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)
