provider admin.usergroupsadmin GET
/admin.usergroups.listChannels @utdk/slack
/admin.usergroups.listChannels admin_usergroups_listChannels
List the channels linked to an org-level IDP group (user group).
- token header required
- Authentication token. Requires scope: `admin.usergroups:read`
- string
- usergroup_id query required
- ID of the IDP group to list default channels for.
- string
- team_id query
- ID of the the workspace.
- string
- include_num_members query
- Flag to include or exclude the count of members per channel.
- boolean
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.
Code snippet
Updates live as you fill in the form above.
TypeScript
import slack from '@utdk/slack';
await slack.adminUsergroupsListchannels()