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

# Update Team

`PUT /teams/{id}`

List all teams for the current account

## Path parameters

- `id` string, required

## Request body

- object
  - `team` TeamParametersUpdate — Teams
    - `name` string — The name of your Team
    - `time_zone` string, nullable — The human-readable time zone set manually by a ClickFunnels user or dynamically by the app. Read more about time zones and how to map them back to the TZ standard in [our Time Zones guide.](https://dash.readme.com/project/cf2/v2/docs/timezones).
    - `locale` 'en' | 'ja' | 'pt' — The main language used to create a new website.

## Response `200`

OK

- TeamAttributes — Teams
  - `id` integer — Team ID
  - `public_id` string, nullable — Team public ID
  - `name` string — The name of your Team
  - `time_zone` string, nullable — The human-readable time zone set manually by a ClickFunnels user or dynamically by the app. Read more about time zones and how to map them back to the TZ standard in [our Time Zones guide.](https://dash.readme.com/project/cf2/v2/docs/timezones).
  - `locale` 'en' | 'ja' | 'pt' — The main language used to create a new website.
  - `created_at` string, date-time, nullable — Created
  - `updated_at` string, date-time, nullable — Updated

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity

---

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