---
title: "Invite guests"
method: POST
path: "/invitations"
tags: ["guests"]
---

# Invite guests

`POST /invitations`

Guests can be created as a named guest on the Space or there’s a global link that will let anonymous guests into the space.

## Headers

- `Authorization` string, required
- `X-Disable-Hooks` 'true', required

## Request body

- TypeGuestsInvite[]
  - `guestId` string, required — Guest ID
  - `spaceId` string, required — Space ID
  - `fromName` string — The name of the person or company sending the invitation
  - `message` string — Message to send with the invite

## Response `200`

Response with status 200

- TypeCommonsSuccess — Informs whether or not a request was successful
  - `data` TypeCommonsSuccessData
    - `success` boolean, required

---

[API](https://skmtc.net/flatfile/apis/api-reference.md) · [All operations](https://skmtc.net/flatfile/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flatfile/api-reference/revisions/9d3a9979cd96/schema)
