---
title: "Invite members to the organization"
method: POST
path: "/v1/people/invite"
tags: ["People"]
---

# Invite members to the organization

`POST /v1/people/invite`

## Request body

- InvitePeopleDto
  - `invites` InviteItemDto[], required
    - `email` string, required
    - `roles` string[], required

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