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

# Update Organization Team

`POST /auth/organization/update-team`

Update an existing team in an organization

## Request body

- object
  - `teamId` string, required — The ID of the team to be updated. Eg: "team-id"
  - `data` object, required
    - `id` string
    - `name` string
    - `organizationId` string
    - `createdAt` string
    - `updatedAt` string

## Response `200`

Success

- object
  - `id` string, required — Unique identifier of the updated team
  - `name` string, required — Updated 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` — 5 breaking
  - the request property `data/createdAt` became not nullable
  - the request property `data/id` became not nullable
  - the request property `data/name` became not nullable
  - the request property `data/organizationId` became not nullable
  - …1 more
- **2026-08-24** `08bbb5bedb5d` — 8 breaking, 6 info
  - the request property `data/createdAt` became not nullable
  - the request property `data/id` became not nullable
  - the request property `data/name` became not nullable
  - the request property `data/organizationId` became not nullable
  - …10 more
- **2026-07-11** `09053e1c8b21` — 1 info
  - the `id` request property default value `M6mcvJzStshERyUqBha2hU6KW5mudtWJ` was removed
- **2026-07-11** `32cece1ebe43` — 1 info
  - the `id` request property default value changed from `vrJTKvZCXxj4Lop9wiAMXpztxBHNJnZF` to `M6mcvJzStshERyUqBha2hU6KW5mudtWJ`
- **2026-03-05** `c45ef22a736c` — 5 info
  - the request property `data/createdAt` became nullable
  - the request property `data/id` became nullable
  - the request property `data/name` became nullable
  - the request property `data/organizationId` became nullable
  - …1 more

[Full history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/auth/organization/update-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)
