---
title: "Add Org User"
method: POST
path: "/api/v1/orgs/{org_id}/users"
tags: ["users"]
---

# Add Org User

`POST /api/v1/orgs/{org_id}/users`

## Path parameters

- `org_id` string, required

## Headers

- `Authorization` string, nullable

## Request body

- UserAddRequest
  - `role` 'admin' | 'member'
  - `status` 'active' | 'disabled'
  - `clerk_user_id` string, required

## Response `201`

Successful Response

- UserRead
  - `id` string, uuid, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `org_id` string, uuid, required
  - `clerk_user_id` string, required
  - `email` string, required
  - `role` 'admin' | 'member', required
  - `status` 'active' | 'disabled', required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-25** `e63bfe8e38b4` — 2 breaking, 1 warning, 1 info
  - added the new required request property `clerk_user_id`
  - removed the required property `workos_user_id` from the response with the `201` status
  - removed the request property `workos_user_id`
  - added the required property `clerk_user_id` to the response with the `201` status

[Change history](https://skmtc.dev/xenovia/apis/controlplane/changes/api/v1/orgs/:org_id/users/post.md)

---

[API](https://skmtc.dev/xenovia/apis/controlplane.md) · [All operations](https://skmtc.dev/xenovia/apis/controlplane/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xenovia/controlplane/revisions/18ce94490752/schema)
