---
title: "Invite a user to an org"
method: POST
path: "/v1/orgs/{org_slug}/invite"
tags: ["Organizations"]
---

# Invite a user to an org

`POST /v1/orgs/{org_slug}/invite`

Send an email invite to join the org. If the email is not yet registered, a stub user is created and a 24-hour magic-link login is included in the invite email.

## Path parameters

- `org_slug` string, required

## Request body

- object
  - `email` string, required
  - `role` 'admin' | 'member', required

## Response `200`

Default Response

---

[API](https://skmtc.net/schedkit/apis/schedkit-api.md) · [All operations](https://skmtc.net/schedkit/apis/schedkit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/schedkit/schedkit-api/revisions/ff810218c3f4/schema)
