teamSummary resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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.

JSON representation

The following is a JSON representation of the resource.

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