---
title: "List teammate inboxes"
method: GET
path: "/teammates/{teammate_id}/inboxes"
tags: ["Teammates"]
deprecated: true
---

# List teammate inboxes

`GET /teammates/{teammate_id}/inboxes`

> **Deprecated.**

Returns list of inboxes the teammate has access to.

Required scope: `inboxes:read`

## Path parameters

- `teammate_id` string, required

## Response `200`

Array of Inboxes

- object
  - `_links` object
    - `self` string — Link to resource
  - `_results` InboxResponse[]
    - `_links` object
      - `self` string — Link to resource
      - `related` object
        - `teammates` string — Link to inbox teammates
        - `conversations` string — Link to inbox conversations
        - `channels` string — Link to inbox channels
        - `owner` string — Link to inbox owner
    - `id` string — Unique identifier for the inbox
    - `name` string — Name of the inbox
    - `is_private` boolean — Whether or not the inbox is individual
    - `is_public` boolean — Whether or not the inbox is available to all members of a team by default
    - `custom_fields` CustomFieldParameter — An object whose key is the `name` property defined for the custom field in the Front UI. The value of the key must use the same `type` specified for the custom field, as described in https://dev.frontapp.com/reference/custom-fields

---

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