- 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 DocumentationTo 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. |