---
title: "Admin Invite"
method: POST
path: "/admin/invite"
tags: ["admin"]
---

# Admin Invite

`POST /admin/invite`

Creates the Auth user and sends Supabase's native invite email. Does not
grant admin access. Platform-admin invites also provision the user's single
owned workspace; workspace owner/admin member invites do not.

## Request body

- AdminInviteRequest
  - `email` string, email, required

## Response `200`

Successful Response

- AdminInviteResponse
  - `ok` boolean, required
  - `userId` string, nullable

## Other responses

- `422` — Validation Error

---

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