---
title: "Invite User To Org"
method: POST
path: "/v1/orgs/invite"
tags: ["orgs"]
---

# Invite User To Org

`POST /v1/orgs/invite`

Invite users to a new organization and optionally to specific apps (spaces).

## Request body

- InviteFormRequest
  - `invite_link` string, required
  - `emails` InviteFormEmail[], required
    - `email` string, required
    - `role` string, required
    - `space_permissions` InviteSpacePermissionMapping[], nullable
      - `space_id` string, uuid, nullable
      - `space_role` string, nullable

## Response `200`

Successful Response

- InvitationInfo[]
  - `email` string, required — The email that was invited
  - `token` string, required — The invitation token

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pulze/apis/pulze-ai-api.md) · [All operations](https://skmtc.net/pulze/apis/pulze-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pulze/pulze-ai-api/versions/a5e0b539abc5/schema)
