---
title: "Updates team profile of a team"
method: PUT
path: "/teams/{teamId}/profile"
tags: ["Teams"]
---

# Updates team profile of a team

`PUT /teams/{teamId}/profile`

## Path parameters

- `teamId` string, required

## Request body

- TeamProfile
  - `name` string, nullable
  - `description` string, nullable

## Response `200`

OK

- TeamInfo
  - `id` string, nullable
  - `memberIds` string[], nullable
  - `name` string, nullable
  - `externalName` string, nullable
  - `description` string, nullable
  - `subscriptionId` string, nullable
  - `timezone` string, nullable
  - `imageLastModified` string, date-time, nullable
  - `imageWebLastModified` string, date-time, nullable
  - `options` 0 | 1

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

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