---
title: "Creates a new team"
method: POST
path: "/alerting/teams"
tags: ["Teams"]
---

# Creates a new team

`POST /alerting/teams`

Creates a new team with or without members

## Request body

- CreateTeam
  - `name` string, required — Team name
  - `member_ids` integer[], required — Contact ids

## Response `200`

Successful operation

- object
  - `team` object
    - `id` string — ID of the created team

---

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