---
title: "Resend an invitation"
method: POST
path: "/invitations/{invitation_id}/resend"
tags: ["Invitation"]
---

# Resend an invitation

`POST /invitations/{invitation_id}/resend`

Resend the invitation email for a pending invitation.

## Path parameters

- `invitation_id` integer, required — ID of the invitation to resend.

## Query parameters

- `cookie_name` string, nullable

## Response `200`

Successful Response

- InvitationOut
  - `id` integer, required — Unique identifier of the invitation.
  - `email` string, required — Email address the invitation was sent to.
  - `tenant_id` integer, required — Identifier of the tenant the invite belongs to.
  - `project_id` integer, nullable, required — Project the invite grants access to, if any.
  - `status` string, required — Current invitation status.
  - `created_at` string, date-time, required — UTC timestamp when the invitation was created.
  - `accepted_at` string, date-time, nullable, required — UTC timestamp when the invitation was accepted, if it was.
  - `revoked_at` string, date-time, nullable, required — UTC timestamp when the invitation was revoked, if it was.
  - `creator_user_id` integer, required — Identifier of the user who created the invitation.

## Other responses

- `401` — Missing or invalid authentication.
- `403` — Tenant admin privileges required.
- `404` — No invitation exists with the given id.
- `422` — Validation Error

---

[API](https://skmtc.net/neulandai/apis/neuland-ai-hub-api.md) · [All operations](https://skmtc.net/neulandai/apis/neuland-ai-hub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/neulandai/neuland-ai-hub-api/revisions/b53e89b98c2b/schema)
