Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.31 KB

File metadata and controls

46 lines (36 loc) · 1.31 KB
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

channelSummary resource type

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.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
    "guestsCount": "Integer",
    "hasMembersFromOtherTenants": "Boolean",
    "membersCount": "Integer",
    "ownersCount": "Integer"
}