---
title: "Create organization invites"
method: POST
path: "/organizations/{organizationId}/invites"
tags: ["Organization"]
---

# Create organization invites

`POST /organizations/{organizationId}/invites`

Invites users to join specific workspaces within your organization.

## Path parameters

- `organizationId` string, required

## Request body

- object
  - `workspaceIds` string[], required — Array of workspace IDs to invite users to
  - `emails` string, required — Comma or semicolon separated list of email addresses to invite

## Response `204`

Invites created successfully. Existing users were added to workspaces and new users received invitation emails.

## Other responses

- `400` — Invalid request body - Invalid email format or missing required fields
- `401` — Unauthorized - Invalid or missing API key
- `403` — Forbidden - User doesn't have required permissions or Pro subscription

---

[API](https://skmtc.net/tally/apis/openapi.md) · [All operations](https://skmtc.net/tally/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tally/openapi/revisions/e14b701e130a/schema)
