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.

adminUsergroupsListchannels
GET/admin.usergroups.listChannels
List the channels linked to an org-level IDP group (user group).

required

ID of the IDP group to list default channels for.

ID of the the workspace.

Flag to include or exclude the count of members per channel.

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.adminUsergroupsListchannels()