---
title: "Create new team"
method: POST
path: "/teams"
---

# Create new team

`POST /teams`

Create a new team in the organization

## Request body

- CreateGroupDto
  - `name` string, required
  - `description` string
  - `is_support_enabled` boolean
  - `support_office_hours_id` string, nullable
  - `support_assignment_strategy` 'least-busy' | 'round-robin' | 'unassigned'

## Response `200`

Default Response

## Other responses

- `500` — Internal Server Error

---

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