---
title: "Invite member to organization (platform admin)"
method: POST
path: "/v1/admin/organizations/{id}/invite"
tags: ["Admin - Organizations"]
---

# Invite member to organization (platform admin)

`POST /v1/admin/organizations/{id}/invite`

## Path parameters

- `id` string, required

## Request body

- InviteMemberDto
  - `email` string, required — Email address of the user to invite
  - `role` 'admin' | 'auditor' | 'employee' | 'contractor', required — Role to assign to the invited member

## Response `201`

---

[API](https://skmtc.dev/trycompai/apis/comp-ai-api.md) · [All operations](https://skmtc.dev/trycompai/apis/comp-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trycompai/comp-ai-api/revisions/ac8d1e4e2e79/schema)
