---
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, nullable
    - `name` string, nullable
    - `organizationId` string, nullable
    - `createdAt` string, nullable
    - `updatedAt` string, nullable

## Response `200`

Team updated successfully

- 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, date-time, required — Timestamp when the team was created
  - `updatedAt` string, date-time, required — Timestamp when the team was last updated

## Other responses

- `400` — Bad Request. Usually due to missing parameters, or invalid parameters.
- `401` — Unauthorized. Due to missing or invalid authentication.
- `403` — Forbidden. You do not have permission to access this resource or to perform this action.
- `404` — Not Found. The requested resource was not found.
- `429` — Too Many Requests. You have exceeded the rate limit. Try again later.
- `500` — Internal Server Error. This is a problem with the server that you cannot fix.

---

[API](https://skmtc.net/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.net/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/versions/09053e1c8b21/schema)
