---
title: "Resend a pending invite for an organization"
method: POST
path: "/manage/api/organization/resend_invite"
tags: ["manage"]
---

# Resend a pending invite for an organization

`POST /manage/api/organization/resend_invite`

## Query parameters

- `organization_id` string, required

## Request body

- ResendOrganizationInviteRequest
  - `invite_id` string, required — Base64 URL-safe encoded ID of the invite to resend

## Response `200`

Result of resending the invite

- OrganizationMemberOperationResult
  - `success` boolean, required — Whether the operation was successful for this member
  - `message` string — A message describing the outcome of the operation for this member

## Other responses

- `400` — Bad Request
- `401` — Not authorized
- `403` — Not authorized - must be an organization owner or admin
- `404` — Organization or invite not found

---

[API](https://skmtc.net/ideogram/apis/ideogram-openapi-3-0.md) · [All operations](https://skmtc.net/ideogram/apis/ideogram-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ideogram/ideogram-openapi-3-0/revisions/bd40f367a834/schema)
