provider admin.conversations.restrictAccessadmin GET /admin.conversations.restrictAccess.listGroups
@utdk/slack /admin.conversations.restrictAccess.listGroups
admin_conversations_restrictAccess_listGroups
List all IDP Groups linked to a channel
token query required
Authentication token. Requires scope: `admin.conversations:read`
string
channel_id query required
string
team_id query
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.
string

Try it

Authentication
Configure credentials for Slack Web API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

adminConversationsRestrictaccessListgroups
GET/admin.conversations.restrictAccess.listGroups
List all IDP Groups linked to a channel

required

Authentication token. Requires scope: `admin.conversations:read`

required

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.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import slack from '@utdk/slack';

await slack.adminConversationsRestrictaccessListgroups()