---
title: "Add an org member"
method: POST
path: "/orgs/{org_id}/members"
tags: ["org-members"]
---

# Add an org member

`POST /orgs/{org_id}/members`

Adds a user to the organization with the specified role. Only system admins may assign the org_admin role.

## Path parameters

- `org_id` string, required

## Request body

- InternalApiAdminCreateOrgMembershipRequest
  - `role` string
  - `user_id` string

## Response `201`

Created

- InternalApiAdminOrgMembershipResponse
  - `created_at` string
  - `id` string
  - `org_id` string
  - `role` string
  - `user_id` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `409` — Conflict
- `500` — Internal Server Error

---

[API](https://skmtc.dev/voidmind-io/apis/untitled-api.md) · [All operations](https://skmtc.dev/voidmind-io/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/voidmind-io/untitled-api/revisions/1405e7d9c155/schema)
