---
title: "Create a team"
method: POST
path: "/v3/teams"
tags: ["teams", "v3"]
---

# Create a team

`POST /v3/teams`

## Request body

- Model113
  - `name` string, required — Team name
  - `type` 'SURVEY' | 'TICKET' — Team type, if not provided will be "SURVEY" by default
  - `user_id` number[] — Id of users who should be added to the team
  - `enable_round_robin` boolean — Enable round robin for the team

## Response `200`

Successful

---

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