---
title: "Create Business Unit"
method: POST
path: "/networks/businessunits"
tags: ["Business Units"]
---

# Create Business Unit

`POST /networks/businessunits`

Create a new business unit. Required field is `name`.

## Request body

- object
  - `name` string, required — Name of the business unit.

## Response `200`

- BusinessUnit — A business unit in the network.
  - `network_business_unit_id` integer — Unique business unit ID.
  - `network_id` integer — Network ID.
  - `name` string — Name of the business unit.
  - `time_created` integer — Unix timestamp of creation.
  - `time_saved` integer — Unix timestamp of last update.

---

[API](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains.md) · [All operations](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/everflow/everflow-network-api-tracking-domains/revisions/39242cee0e32/schema)
