---
title: "Update an invitation"
method: PUT
path: "/participant-pools/{participantPoolId}/invitations/{id}"
tags: ["Invitations"]
---

# Update an invitation

`PUT /participant-pools/{participantPoolId}/invitations/{id}`

Update an existing invitation's details

## Request body

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

## Response `200`

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