---
title: "Create Organization Team"
method: POST
path: "/auth/organization/create-team"
tags: ["Organization Management"]
---

# Create Organization Team

`POST /auth/organization/create-team`

Create a new team within an organization

## Request body

- object
  - `name` string, required — The name of the team. Eg: "my-team"
  - `organizationId` string — The organization ID which the team will be created in. Defaults to the active organization. Eg: "organization-id"

## Response `200`

Success

- object
  - `id` string, required — Unique identifier of the created team
  - `name` string, required — Name of the team
  - `organizationId` string, required — ID of the organization the team belongs to
  - `createdAt` string, required — Timestamp when the team was created
  - `updatedAt` string, required — Timestamp when the team was last updated

## Other responses

- `401` — Missing or invalid credentials

## Changes

- **2026-08-24** `200744ae0bef` — 1 breaking
  - the request property `organizationId` became not nullable
- **2026-08-24** `08bbb5bedb5d` — 4 breaking, 6 info
  - the request property `organizationId` became not nullable
  - removed the media type `application/json` for the response with the status `401`
  - the `createdAt` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `updatedAt` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - …6 more
- **2026-03-05** `c45ef22a736c` — 1 info
  - the request property `organizationId` became nullable
- **2026-03-04** `21aca40b5846` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/auth/organization/create-team/post.md)

---

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