Current section
Files
Jump to
Current section
Files
priv/docs/methods/admin.conversations.getConversationPrefs.json
{
"args": {
"channel_id": {
"desc": "The channel to get preferences for.",
"example": "C12345",
"required": true
}
},
"desc": "Get conversation preferences for a public or private channel.",
"errors": {
"channel_not_found": "The value passed for `channel_id` was invalid.",
"channel_type_not_supported": "The provided `channel_id` was a DM, MPDM, or the 'general' channel.",
"could_not_get_conversation_prefs": "There was an error getting the conversation preferences for this channel.",
"feature_not_enabled": "The token provided does not have access to this method.",
"not_an_admin": "The token provided is not associated with an Org Admin or Owner.",
"not_an_enterprise": "This endpoint can only be called by an Enterprise organization.",
"restricted_action": "A workspace preference prevents the authenticated user from listing preferences."
},
"rate_limit": {
"label": "Tier 2: 20+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"user": [
{
"name": "admin.conversations:read",
"url": "https://docs.slack.dev/reference/scopes/admin.conversations.read"
}
]
}
}