---
title: "Update a team"
method: PUT
path: "/teams/{id}"
tags: ["Teams"]
---

# Update a team

`PUT /teams/{id}`

## Request body

- object
  - `name` string
  - `description` string
  - `team_lead_id` integer

## Response `200`

OK

- Team
  - `id` integer
  - `name` string
  - `description` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `team_lead` object
    - `id` integer
    - `full_name` string
    - `email` string, email
  - `team_members` object[]
    - `id` integer
    - `user` object
      - `id` integer
      - `full_name` string
      - `email` string

---

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