---
title: "Invite people to a project"
method: POST
path: "/invitations/projects"
tags: ["Invitation"]
---

# Invite people to a project

`POST /invitations/projects`

Invite one or more people (body: `{ "emails": [...] }`) to the project given in the required `project`
header. Each invitation is created with the `user` role and an invitation email is sent. Returns the
subset of submitted email addresses that were SKIPPED because they already belong to the project or its
organisation; an empty array means every address was invited. Fails with a plan error if the
organisation cannot seat that many additional teammates.

## Request body

- object
  - `emails` string[], required

## Response `200`

Ok

- unknown[]
  - unknown

---

[API](https://skmtc.net/gleap/apis/gleap-server.md) · [All operations](https://skmtc.net/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gleap/gleap-server/versions/2bfe054193b5/schema)
