---
title: "Reply to a Pack invitation"
method: POST
path: "/packs/invitations/{invitationId}/reply"
tags: ["Packs"]
---

# Reply to a Pack invitation

`POST /packs/invitations/{invitationId}/reply`

Reply to a Pack invitation (accept or reject). Requires authentication as the invited user.

## Path parameters

- `invitationId` string, uuid, required

## Request body

- HandlePackInvitationRequest — Payload for handling a Pack invitation (accept or reject).
  - `accept` boolean, required — True to accept the invitation, false to reject it

## Response `200`

Confirmation of successfully replying to a Pack invitation.

- HandlePackInvitationResponse — Confirmation of successfully handling a Pack invitation.
  - `permissionId` string — The ID of the permission that was created. Only returned when accepting the invitation.

## Other responses

- `400` — The request parameters did not conform to expectations.
- `401` — The API token is invalid or has expired.
- `403` — The API token does not grant access to this resource.
- `404` — The resource could not be located with the current API token.
- `429` — The client has sent too many requests.

---

[API](https://skmtc.net/coda/apis/superhuman-docs-api.md) · [All operations](https://skmtc.net/coda/apis/superhuman-docs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coda/superhuman-docs-api/versions/c65a8418f3c8/schema)
