Skip to main content

List Channels

Retrieve the list of channels in the given team.

  • Least Privileged Microsoft Graph permission to access the action via application: ChannelSettings.Read.Group.
  • Higher privileged Microsoft Graph permissions to access the action via application: Channel.ReadBasic.All, ChannelSettings.Read.All, ChannelSettings.ReadWrite.All, ChannelSettings.ReadWrite.Group, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All.
External Documentation

To learn more, visit the Microsoft Teams documentation.

Parameters

ParameterDescription
ExpandRetrieves related resources. For example: members.
FilterFilters results (rows). For example: startswith(displayName,'S')
SelectFilters properties (columns). For example: id,displayName.
Team IDThe ID of the team to list the channels of.

Workflow Library Example

List Channels with Microsoft Teams and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop