---
title: "Create multiple invitations"
method: POST
path: "/participant-pools/{participantPoolId}/invitations/bulk-create"
tags: ["Invitations"]
---

# Create multiple invitations

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

Create multiple invitations to join the participant pool. The invitees will get emails with links to join.

## Request body

- object
  - `invitations` object[], required
    - `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`

Returns an object with a `data` property containing an array of invitation objects if they were successfully created.

- object
  - `data` ParticipantPoolInvitation[]
    - `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)
