---
title: "Invite User"
method: POST
path: "/api/user/invite"
tags: ["user"]
---

# Invite User

`POST /api/user/invite`

Send invitation email with 3-word verification code to a new user.
Protected endpoint - requires authentication.
Includes inviter's name in the email for personalization.

Note: Fails silently if email already exists to prevent email enumeration attacks.

## Request body

- VerifyEmailRequest
  - `email` string, email, required

## Response `200`

Successful Response

- VerifyEmailResponse
  - `detail` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2025-10-28** `849d5e8732f6` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/arbicity/apis/arbi/changes/api/user/invite/post.md)

---

[API](https://skmtc.dev/arbicity/apis/arbi.md) · [All operations](https://skmtc.dev/arbicity/apis/arbi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arbicity/arbi/revisions/2cd7c0e6303a/schema)
