---
title: "Create a client org"
method: POST
path: "/v1/workspaces/{workspaceId}/sharees"
tags: ["External sharing"]
---

# Create a client org

`POST /v1/workspaces/{workspaceId}/sharees`

## Request body

- ShareeCreate
  - `name` string, required
  - `type` string

## Response `201`

Created

- Sharee
  - `id` string
  - `name` string
  - `type` string — client, supplier, partner, investor, or any label.
  - `member_count` integer
  - `branding` object
    - `logo` string
    - `color` string

## Other responses

- `403` — Access denied

---

[API](https://skmtc.net/shareout/apis/shareout-rest-api.md) · [All operations](https://skmtc.net/shareout/apis/shareout-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shareout/shareout-rest-api/versions/804359ead65a/schema)
