---
title: "Create an invitation"
method: POST
path: "/participant-pools/{participantPoolId}/invitations"
tags: ["Invitations"]
---

# Create an invitation

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

Create an invitation to join the participant pool. The invitee will get an email with the link to join.

## Request body

- object
  - `name` string, required — Name of the person being invited
  - `email` string, required — Email address of the person being invited
  - `roles` ParticipantPoolMemberRoleEnum[], required — Roles to assign to the member when they accept the invitation

## Response `201`

Invitation created successfully

- ParticipantPoolInvitation — An invitation to join a participant pool
  - `id` string — Unique identifier for the invitation
  - `name` string, required — Name of the person being invited
  - `email` string, required — Email address of the person being invited
  - `roles` ParticipantPoolMemberRoleEnum[], required — Roles that will be assigned to the member when they accept the invitation
  - `createdAt` string, date-time — Timestamp when the invitation was created
  - `expiresAt` string, date-time — Timestamp when the invitation expires

---

[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)
