---
title: "POST /api/v1/organisations/{organisation_pk}/invites/"
method: POST
path: "/api/v1/organisations/{organisation_pk}/invites/"
tags: ["mcp"]
---

# POST /api/v1/organisations/{organisation_pk}/invites/

`POST /api/v1/organisations/{organisation_pk}/invites/`

Send an invitation to join the organisation with specified role and permissions.

## Path parameters

- `organisation_pk` integer, required

## Request body

- Invite
  - `id` integer
  - `email` string, email, required
  - `role` 'ADMIN' | 'USER' — * `ADMIN` - Admin * `USER` - User
  - `date_created` string, date-time
  - `permission_groups` integer[]

## Response `201`

- Invite
  - `id` integer
  - `email` string, email, required
  - `role` 'ADMIN' | 'USER' — * `ADMIN` - Admin * `USER` - User
  - `date_created` string, date-time
  - `permission_groups` integer[]

---

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