Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.03 KB

File metadata and controls

46 lines (34 loc) · 1.03 KB
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

teamSummary resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Contains information about a team in Microsoft Teams, including number of owners, members, and guests.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
    "guestsCount": "Int32",
    "membersCount": "Int32",
    "ownersCount": "Int32"
}