---
title: "Resend invitation message"
method: POST
path: "/api/organization-invitations/{id}/message"
tags: ["Organization invitations"]
---

# Resend invitation message

`POST /api/organization-invitations/{id}/message`

Resend the invitation message to the invitee.

## Path parameters

- `id` string, required

## Request body

- object
  - `code` string
  - `link` string
  - `locale` string
  - `uiLocales` string

## Response `204`

The invitation message was resent successfully.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests

---

[API](https://skmtc.net/logto/apis/logto-api-references.md) · [All operations](https://skmtc.net/logto/apis/logto-api-references/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/logto/logto-api-references/revisions/a163dc77d842/schema)
