---
title: "List teammate groups"
method: GET
path: "/teammate_groups"
tags: ["Teammate groups"]
---

# List teammate groups

`GET /teammate_groups`

List the teammate groups in the company.

Required scope: `teammate_groups:read`

## Response `200`

Array of teammate groups

- object
  - `_links` object
    - `self` string — Link to resource
  - `_results` TeammateGroupResponse[]
    - `_links` object, required
      - `self` string — Link to resource
      - `related` object
        - `teammates` string — Link to list of teammate members
        - `teams` string — Link to list of associated teams
        - `inboxes` string — Link to list of inboxes that teammate members can access
    - `id` string, required — Unique identifier of the teammate group
    - `name` string, required — The name of the teammate group
    - `description` string, nullable, required — Description of the teammate group
    - `is_managed_by_scim` boolean, required — Is teammate group managed by SCIM or by Front
    - `permissions` object, required — Permissions for the teammate group
      - `contacts` object — Permissions for teammate group access to contact lists
        - `access` string — Level of access for the teammate group to contact lists. Must be one of 'all', 'contact_lists', or 'none'.
        - `contact_list_ids` string[] — List of contact lists the teammate group is allowed to access. May only be specified if 'access' is set to 'contact_lists'.

---

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