---
title: "Add Organization Member"
method: POST
path: "/v0/organizations/{organization_id}/members"
tags: ["Organizations"]
---

# Add Organization Member

`POST /v0/organizations/{organization_id}/members`

Add a member to an organization.

Requires org:write permission.
Automatically creates an organization-specific API key for the new member.

## Path parameters

- `organization_id` integer, required

## Request body

- OrganizationMemberAdd — Schema for adding a member to an organization.
  - `user_id` string, required
  - `role_id` integer, nullable

## Response `201`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.net/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/versions/900377f918b6/schema)
