---
title: "Enterprise Organizations Member Addition Endpoint"
method: POST
path: "/v2/enterprise/organizations/{org_id}/members"
tags: ["organizations"]
---

# Enterprise Organizations Member Addition Endpoint

`POST /v2/enterprise/organizations/{org_id}/members`

Bulk add users to an organization

Note: Copied from app.routers.enterprises.py. Needs to be refactored properly
into the membership sdk.

## Path parameters

- `org_id` string, required

## Request body

- EnterpriseBulkOrgMembersUpdate
  - `group_names` string[], nullable
  - `org_ids` string[], required
  - `org_role` string, nullable
  - `user_ids` string[], required

## Response `200`

Successful Response

- SuccessResponse
  - `status` string

## Other responses

- `422` — Validation Error

---

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