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

# Create team

`POST /teams`

## Request body

- object
  - `team` object, required
    - `name` string, required — The name of the team

## Response `200`

OK

- object
  - `id` integer, required — The ID of the team
  - `resource_type` 'Team', required — The resource type of the team
  - `name` string, required — The name of the team
  - `created_at` string, date-time, required — When the team was created
  - `updated_at` string, date-time, required — When the team was updated

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Content

---

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