---
title: "Resend an invitation"
method: POST
path: "/organizations/{organizationID}/invitations/{invitationID}/resend"
tags: ["Organizations"]
---

# Resend an invitation

`POST /organizations/{organizationID}/invitations/{invitationID}/resend`

Resend a pending invitation with a fresh expiration time.

## Response `204`

Invitation resent successfully

## Other responses

- `400` — Error returned when the request is malformed or contains invalid parameters
- `401` — Error returned when authentication or authorization fails
- `403` — Error returned when authentication or authorization fails
- `404` — Generic error response
- `5XX` — Unexpected Error

## Changes

- **2026-07-14** `fcbf82ebfc05` — 2 warning
  - deleted the `path` request parameter `invitationID`
  - deleted the `path` request parameter `organizationID`
- **2026-04-15** `a2cc5189d200` — 2 breaking
  - added the new path request parameter `invitationID`
  - added the new path request parameter `organizationID`

[Change history](https://skmtc.dev/xataio/apis/xata-api/changes/organizations/:organizationID/invitations/:invitationID/resend/post.md)

---

[API](https://skmtc.dev/xataio/apis/xata-api.md) · [All operations](https://skmtc.dev/xataio/apis/xata-api/llms.txt) · [OpenAPI document](https://skmtc.dev/xataio/apis/xata-api/revisions/cd97485f66fe?raw)
