---
title: "User workspace invite"
method: POST
path: "/api/v1/users/workspaces/invite"
tags: ["users"]
---

# User workspace invite

`POST /api/v1/users/workspaces/invite`

## Headers

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

## Request body

- object
  - `emails` string[]
  - `user_ids` integer[]
  - `users` string[]
  - `org_roles` integer[]
  - `type` 'EMPLOYEE' | 'EXTERNAL' | 'AI_EMPLOYEE'
  - `send_email` boolean
  - `workspaces` ApiV1UsersWorkspacesInvitePostRequestBodyContentApplicationJsonSchemaWorkspacesItems[]
    - `id` integer
    - `roles` integer[]

## Response `200`

Successful response

- UsersPostapiV1UsersWorkspacesInviteResponse200 — Empty response body

## Changes

- **2026-08-12** `2ab1cf36239b` — 1 info
  - api operation id `postapi-v-1-users-workspaces-invite` removed and replaced with `postapi_v1_users_workspaces_invite`

[Change history](https://skmtc.dev/atomicwork/apis/atomicwork-public-api/changes/api/v1/users/workspaces/invite/post.md)

---

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