---
title: "Create invitation"
method: POST
path: "/v0/organizations/{organization-id}/invitations"
tags: ["Invitations"]
---

# Create invitation

`POST /v0/organizations/{organization-id}/invitations`

`POST` creates a new invitation to the organization.

Sends an email invitation to join the `organization` to the specified `email-address`.

## Path parameters

- `organization-id` string, required

## Request body

- object
  - `email-address` string, required

## Response `201`

Created

## Other responses

- `401` — Requires an API key to continue
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Entity

---

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