---
title: "POST /orgs/{org_id}/iam/users"
method: POST
path: "/orgs/{org_id}/iam/users"
tags: ["iam"]
---

# POST /orgs/{org_id}/iam/users

`POST /orgs/{org_id}/iam/users`

Invite one or more users to an organization

## Path parameters

- `org_id` string, required

## Request body

- InviteOrgUserReqBody
  - `email` string, nullable — Single email address to invite. Legacy shape — prefer `emails`. Merged with `emails` when both are provided.
  - `emails` string[], nullable — Email addresses to invite to the organization.
  - `send_email` boolean — Whether to send an invitation email to each invitee. Defaults to `true`.

## Response `204`

User invited successfully

## Changes

- **2026-07-03** `e1c81d0f4235` — 3 info
  - added the new optional request property `email`
  - the request property `emails` became nullable
  - the request property `emails` became optional
- **2026-06-05** `45de91fcec33` — 1 info
  - endpoint added
- **2026-03-16** `eb2c08128881` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/timbal-ai/apis/timbal-platform-api/changes/orgs/:org_id/iam/users/post.md)

---

[API](https://skmtc.dev/timbal-ai/apis/timbal-platform-api.md) · [All operations](https://skmtc.dev/timbal-ai/apis/timbal-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/timbal-ai/timbal-platform-api/revisions/dd7e398ce0d3/schema)
