Retrieve the list of channels in the given team.

  • Microsoft Graph permissions to access the action via App Registration: Channel.ReadBasic.All, ChannelSettings.Read.All, ChannelSettings.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All.

External Documentation

To learn more, visit the Microsoft Teams documentation.

Parameters

ParameterDescription
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.Can be obtained by using the List All Teams action.

Workflow Library Example

List Channels with Microsoft Teams and Send Results Via Email

Preview this Workflow on desktop