---
title: "Get infos for all teams of the subscription."
method: GET
path: "/subscriptions/{subscriptionId}/teams"
tags: ["Teams"]
---

# Get infos for all teams of the subscription.

`GET /subscriptions/{subscriptionId}/teams`

## Path parameters

- `subscriptionId` string, required

## 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
- `404` — Not Found
- `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)
