---
title: "Create Team"
method: POST
path: "/v3/teams"
tags: ["Teams"]
---

# Create Team

`POST /v3/teams`

Creates a team in the Konnect Organization.

## Request body

- object
  - `name` string, required — A name for the team being created.
  - `description` string — The description of the new team.
  - `labels` Labels — Labels store metadata of an entity that can be used for filtering an entity list or for searching across entity types. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".

## Response `201`

A response including a single team.

- Team — The team object contains information about a group of users.
  - `id` string, uuid — The team ID.
  - `name` string — The name of the team.
  - `description` string — The team description in Konnect.
  - `system_team` boolean — Returns True if a user belongs to a `system_team`. System teams are teams that can manage Konnect objects, like "Organization Admin", or "Service"
  - `labels` Labels — Labels store metadata of an entity that can be used for filtering an entity list or for searching across entity types. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
  - `created_at` string, date-time — A Unix timestamp representation of team creation.
  - `updated_at` string, date-time — A Unix timestamp representation of the most recent change to the team object in Konnect.

## Other responses

- `400` — Bad Request
- `403` — Permission denied

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/versions/f920f418f552/schema)
