admin conversations get Conversation Prefs
GET {{baseUrl}}/admin.conversations.getConversationPrefs?channel_id=<string>
Get conversation preferences for a public or private channel.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
channel_id | string | (Required) The channel to get preferences for. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
token | string | (Required) Authentication token. Requires scope: admin.conversations:read |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e","prefs":{"can_thread":{"type":["\u003cstring\u003e","\u003cstring\u003e"],"user":["\u003cstring\u003e","\u003cstring\u003e"]},"who_can_post":{"type":["\u003cstring\u003e","\u003cstring\u003e"],"user":["\u003cstring\u003e","\u003cstring\u003e"]}}}