---
title: "Accept pool invitation"
method: POST
path: "/participant-pools/{participantPoolId}/invitations/{id}/accept"
tags: ["Invitations"]
---

# Accept pool invitation

`POST /participant-pools/{participantPoolId}/invitations/{id}/accept`

Accept an invitation to join the participant pool. The accepting user will become a member with the specified roles.

## Request body

- object
  - `token` string, required — Secret token used to validate the invitation

## Response `200`

Invitation accepted successfully. User is now a member of the pool.

- 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/versions/1570128383ef/schema)
