---
title: "Invite member to organization"
method: POST
path: "/organizations/{org_id}/invites"
tags: ["Organization Management"]
---

# Invite member to organization

`POST /organizations/{org_id}/invites`

Sends an invitation to the specified user to join the organization with the chosen role.

## Request body

- OrganizationInviteRequest
  - `email` string, email, required
  - `role` 'READ' | 'WRITE' | 'ADMIN' | 'OWNER', required

## Response `201`

Invitation sent successfully.

- Created — unresolved $ref

## Other responses

- `400` — The request does not meet the required conditions
- `401` — Unauthorized
- `409` — User is already a member
- `default` — An error occurred

---

[API](https://skmtc.dev/diversion/apis/diversion-core-api.md) · [All operations](https://skmtc.dev/diversion/apis/diversion-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/diversion/diversion-core-api/revisions/38a18aba804b/schema)
