---
title: "TeamsCreate"
method: POST
path: "/teams"
tags: ["Teams"]
---

# TeamsCreate

`POST /teams`

Create a team

## Request body

- object
  - `name` string, required — <p>The team name</p>
  - `channels` string[], required — <p>Array of channel IDs the team members have access to (unless overridden in specific member settings)</p>

## Response `201`

Success-Response:

- object
  - `team` object
    - `_id` string

---

[API](https://skmtc.dev/cleverpush/apis/cleverpush-api-reference.md) · [All operations](https://skmtc.dev/cleverpush/apis/cleverpush-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cleverpush/cleverpush-api-reference/revisions/c2dffd898fd9/schema)
