---
title: "Assign team to business unit"
method: POST
path: "/api/governance/business-units/{id}/teams"
tags: ["Governance"]
---

# Assign team to business unit

`POST /api/governance/business-units/{id}/teams`

Assigns an existing team to the business unit. Returns 409 if the team is
already assigned to a different business unit.

## Path parameters

- `id` string, required

## Request body

- object — Request to assign a team to a business unit
  - `team_id` string, required

## Response `200`

Team assigned to business unit

- MessageResponse — Simple message response
  - `message` string

## Other responses

- `400` — Bad request
- `404` — Business unit or team not found
- `409` — Team is already assigned to another business unit
- `500` — Internal server error

---

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