---
title: "GET /admin.conversations.getConversationPrefs"
method: GET
path: "/admin.conversations.getConversationPrefs"
tags: ["admin.conversations", "admin"]
---

# GET /admin.conversations.getConversationPrefs

`GET /admin.conversations.getConversationPrefs`

Get conversation preferences for a public or private channel.

## Query parameters

- `channel_id` string, required

## Headers

- `token` string, required

## Response `200`

Typical success response

- object — Schema for successful response of admin.conversations.getConversationPrefs
  - `ok` true, required
  - `prefs` object
    - `can_thread` object
      - `type` string[]
      - `user` string[]
    - `who_can_post` object
      - `type` string[]
      - `user` string[]

## Other responses

- `default` — Typical error response

---

[API](https://skmtc.net/slack/apis/web-api.md) · [All operations](https://skmtc.net/slack/apis/web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slack/web-api/revisions/7b951462b44f/schema)
