teamSummary resource type

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": "Integer",
    "membersCount": "Integer",
    "ownersCount": "Integer",
}