---
title: "Update organization team"
method: PATCH
path: "/v1/organizations/{id}/teams/{team_id}"
tags: ["Organization", "Team"]
---

# Update organization team

`PATCH /v1/organizations/{id}/teams/{team_id}`

Update the organization team by its ID.

## Request body

- object
  - `name` string — Name of the team.
  - `description` string, nullable — Description of the team.

## Response `200`

OK

- Team — A team of users that belongs to an organization.
  - `id` string, required — Unique identifier of the team.
  - `name` string, required — Name of the team.
  - `description` string, nullable — Description of the team.
  - `member_count` integer, nullable — Number of users in the team when projected.
  - `created_at` string, date-time, required — Date when the team was created.
  - `updated_at` string, date-time, nullable, required — Date when the team was updated.

## Other responses

- `400` — Bad request
- `401` — Unauthorized request
- `403` — Forbidden
- `404` — The requested resource not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/opcotech/apis/elemo-api.md) · [All operations](https://skmtc.net/opcotech/apis/elemo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opcotech/elemo-api/revisions/4640caa6d712/schema)
