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

# Create a new team

`POST /v2/teams`

OAuth scope: `team.write`

---

Create a new team in the authenticated organization.

---

A successful response will give name and id of the newly created team.

## Headers

- `X-Qonto-Staging-Token` string

## Request body

- object
  - `name` string, required — name for the new team being created

## Response `201`

returns created team

- object
  - `team` object
    - `id` string, uuid — unique identifier of the newly created team
    - `name` string — name of the newly created team

## Other responses

- `401` — returns an unauthorized error
- `403` — returns a forbidden error
- `422` — returns an unprocessable entity error

---

[API](https://skmtc.net/hiit-consulting-fr/apis/qonto.md) · [All operations](https://skmtc.net/hiit-consulting-fr/apis/qonto/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hiit-consulting-fr/qonto/versions/25208d6f9deb/schema)
