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

# GET /organization_invitation

`GET /organization_invitation`

## Query parameters

- `created_at` string, timestamp with time zone
- `organization_id` string, uuid
- `token` string, text
- `invited_by_user_id` string, uuid
- `organization_name` string, text
- `updated_at` string, timestamp with time zone
- `id` string, uuid
- `invitation_type` string, public.invitation_type
- `email` string, text
- `message` string, text
- `organization_role` string, public.organization_role
- `select` string
- `order` string
- `offset` string
- `limit` string

## Headers

- `Range` string
- `Range-Unit` string
- `Prefer` 'count=none'

## Response `200`

OK

- 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

## Other responses

- `206` — Partial Content

---

[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)
