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
Parameter | Description |
---|---|
Expand | Retrieves related resources. For example: members. |
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. |
Workflow Library Example
List Channels with Microsoft Teams and Send Results Via Email
Preview this Workflow on desktop