---
title: "Invite people to an organisation"
method: POST
path: "/invitations/organisations/{organisationId}"
tags: ["Invitation"]
---

# Invite people to an organisation

`POST /invitations/organisations/{organisationId}`

Invite one or more people (body: `{ "emails": [...] }`) to an organisation. 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 are already members; an empty array means every address was invited.

## Path parameters

- `organisationId` string, required

## 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/revisions/b706fc73777f/schema)
