Back to Microsoft Graph
Connect Knoon AI with Microsoft Graph (Microsoft) to automate AI workflows.
List channels in a Microsoft Team.
microsoftGraphListTeamChannels
BETA
Internal
Permissions
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| teamId | mustache | Team ID to list channels for. | Yes |
| top | number | Maximum number of channels to return (1-999). | No |
Returns
| Name | Type | Description |
|---|---|---|
| status | string | DONE. |
| sensitive.channels.channel.id | string | Channel ID. |
| sensitive.channels.channel.displayName | string | Display name. |
| sensitive.channels.channel.description | string | Description. |
| sensitive.channels.channel.membershipType | string | Membership type. |
| sensitive.nextLink | string | OData nextLink for pagination when present. |