Actions
List Channels
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
Parameter | Description |
---|---|
Filter | Filters results (rows). For example: startswith(displayName,‘S’) |
Select | Filters properties (columns). For example: id,displayName. |
Team ID | The 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
Was this page helpful?