---
title: "Sends an email invitation to the list of email addresses to join the Gigasheet"
method: POST
path: "/send-invite"
tags: ["user"]
---

# Sends an email invitation to the list of email addresses to join the Gigasheet

`POST /send-invite`

This endpoint returns a JSON response acknowledging if the request to send an invitation email to the list of email addresses was successful.

## Request body

- FilesSendInviteRequest
  - `recipients` string[]

## Response `200`

OK

- unknown

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

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