---
title: "List teammate group teams"
method: GET
path: "/teammate_groups/{teammate_group_id}/teams"
tags: ["Teammate groups"]
---

# List teammate group teams

`GET /teammate_groups/{teammate_group_id}/teams`

List teams added to the teammate group. Any teams added to the teammate group will automatically link public inboxes.

Required scope: `teams:read`

## Path parameters

- `teammate_group_id` string, required

## Response `200`

Array of teams

- object
  - `_links` object
    - `self` string — Link to resource
  - `_results` TeamPreviewResponse[]
    - `_links` object, required
      - `self` string — Link to resource
    - `id` string, required — Unique identifier of the team
    - `name` string, required — Name of the team

---

[API](https://skmtc.dev/frontapp/apis/core-api.md) · [All operations](https://skmtc.dev/frontapp/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/frontapp/core-api/revisions/76d1eaa2d0eb/schema)
