---
title: "Add a customer to a customer organization"
method: POST
path: "/customer-organizations/{id}/members"
tags: ["Organizations"]
---

# Add a customer to a customer organization

`POST /customer-organizations/{id}/members`

Add a [customer](/customers/overview) to an existing customer organization. This action does not impact their membership in other organizations.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required
- `sequence-version` '2024-07-30'

## Request body

- CustomerOrganizationMembers
  - `customerIds` string[], required — IDs of customers to add to an existing organization.

## Response `200`

OK

- CustomerOrganization
  - `id` string, required — Organization ID
  - `owner` CustomerIdWithName, required — ID of the customer that will own the organization.
    - `id` string, required — Customer ID
    - `name` string, required — Customer legal name
  - `members` CustomerIdWithName[], required — Members of the customer organization, excluding the owner. These are the children in a parent-child relationship.
    - `id` string, required — Customer ID
    - `name` string, required — Customer legal name

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

## Changes

> 714 revisions in range; 188 could not be searched.

- **2026-06-15** `d7ae8d55b7bf` — 1 warning, 1 info
  - deleted the `header` request parameter `Sequence-Version`
  - added the new optional `header` request parameter `sequence-version`

[Change history](https://skmtc.dev/sequencehq/apis/sequence/changes/customer-organizations/:id/members/post.md)

---

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