---
title: "Invite a user to a workspace"
method: POST
path: "/v1/workspaces/{uuid}/users/invite"
tags: ["Workspaces"]
---

# Invite a user to a workspace

`POST /v1/workspaces/{uuid}/users/invite`

## Path parameters

- `uuid` string, uuid, required

## Request body

- object
  - `email` string, email

## Response `200`

User invited

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `invite_link` string, url

## Other responses

- `400` — Invalid input
- `401` — Unauthorized
- `404` — Workspace not found

---

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