| title | channelSummary resource type |
|---|---|
| description | Contains information about a channel in Microsoft Teams, including numbers of guests, members, and owners, and whether the channel includes members from other tenants. |
| ms.localizationpriority | medium |
| author | rupanshoo |
| ms.subservice | teams |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Contains information about a channel in Microsoft Teams, including numbers of guests, members, and owners, and whether the channel includes members from other tenants.
| Property | Type | Description |
|---|---|---|
| guestsCount | Int32 | Count of guests in a channel. |
| hasMembersFromOtherTenants | Boolean | Indicates whether external members are included on the channel. |
| membersCount | Int32 | Count of members in a channel. |
| ownersCount | Int32 | Count of owners in a channel. |
None.
The following JSON representation shows the resource type.
{
"guestsCount": "Integer",
"hasMembersFromOtherTenants": "Boolean",
"membersCount": "Integer",
"ownersCount": "Integer"
}