---
title: "List team groups"
method: GET
path: "/teams/{team_id}/contact_groups"
tags: ["Contact Groups"]
deprecated: true
---

# List team groups

`GET /teams/{team_id}/contact_groups`

> **Deprecated.**

List contact groups belonging to the requested team (workspace).

> ⚠️ Deprecated endpoint
>
> This endpoint has been deprecated. Please use the compatible contact list endpoints instead.
> - `GET /teams/{team_id}/contact_lists`.


Required scope: `contacts:read`

## Path parameters

- `team_id` string, required

## Response `200`

Array of contact lists

- object
  - `_links` object
    - `self` string — Link to resource
  - `_results` ContactListResponses[]
    - `_links` object
      - `self` string — Link to resource
      - `related` object
        - `contacts` string — Link to contact list contacts
        - `owner` string — Link to list owner
    - `id` string — Unique identifier of the list
    - `name` string — Name of the list
    - `is_private` boolean — Whether or not the contact is individual

---

[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)
