---
title: "Sso Invite"
method: POST
path: "/api/sso/invite"
tags: ["sso"]
---

# Sso Invite

`POST /api/sso/invite`

Invite a user to the deployment via email.
Creates a pre-registered user account with blocked status and no sub field.
The central server will send the user an invitation email with a passcode.

## Request body

- SSOInviteRequest
  - `email` string, email, required

## Response `200`

Successful Response

- SSOInviteResponse
  - `detail` string, required
  - `user_ext_id` string, required

## Other responses

- `422` — Validation Error

---

[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/8d3e894e6c0b/schema)
