---
title: "Fetches a list of conversations a user is a member of."
method: POST
path: "/getUserChannels"
tags: ["user", "channel"]
---

# Fetches a list of conversations a user is a member of.

`POST /getUserChannels`

Fetches a list of conversations a user is a member of.

## Request body

- object
  - `body` object — Body of the getUserChannels sls call
    - `arguments` object, required
      - `userId` string, required — The ID of the user to fetch conversations for.
      - `cursor` string — A cursor to the next page of results.
      - `limit` integer — The maximum number of conversations to return.
      - `types` string[] — An array of conversation types to include.
      - `excludeArchived` boolean — Whether to exclude archived conversations.

## Response `200`

Successful response

- object
  - `channels` object[]
  - `nextCursor` string

## Changes

- **2025-07-23** `812a272e5879` — 1 info
  - endpoint added
- **2025-06-20** `37c50ff8be3a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/microfox-ai/apis/slack-d/changes/getUserChannels/post.md)

---

[API](https://skmtc.dev/microfox-ai/apis/slack-d.md) · [All operations](https://skmtc.dev/microfox-ai/apis/slack-d/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/microfox-ai/slack-d/revisions/cd0edf0c2cdf/schema)
