---
title: "List teammate groups"
method: GET
path: "/teammates/{teammate_id}/contact_groups"
tags: ["Contact Groups"]
deprecated: true
---

# List teammate groups

`GET /teammates/{teammate_id}/contact_groups`

> **Deprecated.**

List the contact groups belonging to the requested teammate.

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


Required scope: `contacts:read`

## Path parameters

- `teammate_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.net/frontapp/apis/core-api.md) · [All operations](https://skmtc.net/frontapp/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/frontapp/core-api/versions/76d1eaa2d0eb/schema)
