---
title: "Invite Users"
method: POST
path: "/api/v1/users/invite"
tags: ["users"]
---

# Invite Users

`POST /api/v1/users/invite`

## Headers

- `X-Api-Key` string, required
- `X-Workspace-Id` string

## Request body

- object
  - `emails` string[]
  - `org_roles` integer[]
  - `type` 'EMPLOYEE' | 'EXTERNAL' | 'AI_EMPLOYEE'
  - `send_email` boolean
  - `workspaces` ApiV1UsersInvitePostRequestBodyContentApplicationJsonSchemaWorkspacesItems[]
    - `id` integer
    - `roles` integer[]
  - `workspace_roles` integer[]
  - `workspace_ids` integer[]

## Response `200`

Successful response

- UsersPostapiV1UsersInviteResponse200 — Empty response body

---

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