---
title: "List teammate channels"
method: GET
path: "/teammates/{teammate_id}/channels"
tags: ["Channels"]
---

# List teammate channels

`GET /teammates/{teammate_id}/channels`

List the channels of a teammate.

Required scope: `channels:read`

## Path parameters

- `teammate_id` string, required

## Response `200`

Array of Channels

- object
  - `_links` object
    - `self` string — Link to resource
  - `_results` ChannelResponse[]
    - `_links` object, required
      - `self` string — Link to resource
      - `related` object
        - `inbox` string, nullable — Link to channel inbox
        - `owner` string — Link to channel owner
    - `id` string, required — Unique identifier for the channel
    - `name` string — The name of the channel
    - `address` string — Address receiving the messages
    - `type` 'custom' | 'facebook' | 'gmail' | 'google_play' | 'imap' | 'intercom' | 'form' | 'office365' | 'layer_anon' | 'smtp' | 'talkdesk' | 'truly' | 'twilio' | 'twilio_whatsapp' | 'twitter' | 'twitter_dm' | 'yalo_wha' | 'front_chat' | 'front_mail', required — Type of the channel
    - `send_as` string — Address which appears as the sender for messages sent from Front
    - `settings` object, required — Channel settings
      - `undo_send_time` 0 | 5 | 10 | 15 | 30 | 60 — The time (measured in seconds) that users have to undo a send operation in the channel.
      - `all_teammates_can_reply` boolean — Whether teammates without inbox access can reply on this channel. Only present for shared channels; omitted for private channels.
    - `is_private` boolean, required — Whether or not the channel is individual
    - `is_valid` boolean, required — Whether or not the channel configuration is valid

---

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