Current section
Files
Jump to
Current section
Files
priv/docs/methods/admin.conversations.restrictAccess.listGroups.json
{
"args": {
"channel_id": {
"desc": "",
"required": true
},
"team_id": {
"desc": "The workspace where the channel exists. This argument is required for channels only tied to one workspace, and optional for channels that are shared across an organization.",
"required": false
}
},
"desc": "List all IDP Groups linked to a channel",
"errors": {
"channel_not_found": "`channel_id` wasn't found.",
"feature_not_enabled": "Feature not enabled",
"invalid_channel": "The requested channel couldn’t be linked to an IDP group. It might be a public channel or an externally-shared channel.",
"not_an_admin": "This token doesn't belong to an Org Admin or Owner.",
"team_not_found": "`team_id` wasn't found."
},
"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"
}
]
}
}