---
title: "POST /organization_invitation"
method: POST
path: "/organization_invitation"
tags: ["organization_invitation"]
---

# POST /organization_invitation

`POST /organization_invitation`

## Query parameters

- `select` string

## Headers

- `Prefer` 'return=representation' | 'return=minimal' | 'return=none' | 'resolution=ignore-duplicates' | 'resolution=merge-duplicates'

## Request body

- OrganizationInvitation
  - `created_at` string, timestamp with time zone, required
  - `organization_id` string, uuid, required — Note: This is a Foreign Key to `organization.id`.<fk table='organization' column='id'/>
  - `token` string, text, required
  - `invited_by_user_id` string, uuid, required
  - `organization_name` string, text
  - `updated_at` string, timestamp with time zone, required
  - `id` string, uuid, required — Note: This is a Primary Key.<pk/>
  - `invitation_type` 'one_time' | '24_hour', public.invitation_type, required
  - `email` string, text
  - `message` string, text
  - `organization_role` 'owner' | 'member', public.organization_role, required

## Response `201`

Created

---

[API](https://skmtc.net/revent-app/apis/standard-public-schema.md) · [All operations](https://skmtc.net/revent-app/apis/standard-public-schema/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revent-app/standard-public-schema/versions/90ce877204f2/schema)
