| title | teamSummary resource type |
|---|---|
| description | Contains information about a team in Microsoft Teams, including numbers of owners, members, and guests. |
| ms.localizationpriority | medium |
| author | akhilkohlimicrosoft |
| ms.subservice | teams |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Contains information about a team in Microsoft Teams, including number of owners, members, and guests.
| Property | Type | Description |
|---|---|---|
| guestsCount | Int32 | Count of guests in a team. |
| membersCount | Int32 | Count of members in a team. |
| ownersCount | Int32 | Count of owners in a team. |
None.
The following JSON representation shows the resource type.
{
"guestsCount": "Int32",
"membersCount": "Int32",
"ownersCount": "Int32"
}