---
title: "Invite User To Org"
method: POST
path: "/v1/orgs/{org_id}/invite"
tags: ["v1-orgs"]
---

# Invite User To Org

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

Invite a user to join the organization.

Requires 'orgs.invite_users' permission.

Args:
    org_id: Organization ID
    body: Invite details (email, role_key)

Returns:
    Invite details including invite_token

## Path parameters

- `org_id` string, required

## Request body

- InviteUserRequest — Request body for inviting a user to an organization
  - `email` string, required — Email address to invite
  - `role_key` string — Role to assign (owner/admin/member/viewer)

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/tryardent/apis/fastapi.md) · [All operations](https://skmtc.net/tryardent/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryardent/fastapi/versions/f92d8d54bae2/schema)
