---
title: "Invite Org User"
method: POST
path: "/auth0/{auth0_org_id}/invitations"
---

# Invite Org User

`POST /auth0/{auth0_org_id}/invitations`

## Path parameters

- `auth0_org_id` string, required

## Request body

- UsersModel
  - `email` string, required
  - `role` string, required

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/xeol/apis/fastapi.md) · [All operations](https://skmtc.dev/xeol/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xeol/fastapi/revisions/545d83b42156/schema)
