---
title: "Create Store Associates"
method: POST
path: "/orgEntity/associate"
---

# Create Store Associates

`POST /orgEntity/associate`

Allows adding new associates to a store. Only admin users of the org can create associates.

## Request body

- object
  - `code` string, required — Unique code of the associate.
  - `name` string — Name of the associate.
  - `storeId` integer, required — Unique ID of the store associated with the associate.
  - `isActive` boolean — Pass `true` to activate the associate, `false` to inactivate.

## Response `200`

200

- object
  - `createdId` integer
  - `warnings` unknown[]
    - unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/revisions/de241f2ed9b3/schema)
