---
title: "Send an invitation to join an organization"
method: POST
path: "/organizations/{organizationID}/invitations"
tags: ["Organizations"]
---

# Send an invitation to join an organization

`POST /organizations/{organizationID}/invitations`

Send an invitation email to a user to join an organization.

## Request body

- CreateOrganizationInvitationRequest
  - `email` string, email, required — Email address of the user to invite

## Response `201`

Invitation sent successfully

## Other responses

- `400` — Error returned when the request is malformed or contains invalid parameters
- `401` — Error returned when authentication or authorization fails
- `403` — Error returned when authentication or authorization fails
- `404` — Generic error response
- `409` — Generic error response
- `5XX` — Unexpected Error

---

[API](https://skmtc.net/xataio/apis/xata-api.md) · [All operations](https://skmtc.net/xataio/apis/xata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xataio/xata-api/versions/8c088888aa42/schema)
