Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 1.85 KB

File metadata and controls

52 lines (43 loc) · 1.85 KB
title deletedTeam resource type
description A deleted team in Microsoft Teams is a collection of channels.
author agnesliu
ms.localizationpriority high
ms.subservice teams
doc_type resourcePageType
ms.date 07/22/2024

deletedTeam resource type

Namespace: microsoft.graph

A deleted team in Microsoft Teams is a collection of channel objects. A channel represents a topic, and therefore a logical isolation of discussion, within a deleted team.

Every deleted team is associated with a Microsoft 365 group. For more information about working with groups and members in teams, see Use the Microsoft Graph REST API to work with Microsoft Teams.

Inherits from entity.

Methods

Method Return type Description
Get all messages chatMessage collection Get all messages in the deleted team.
List deletedTeam collection Get a list of the deletedTeam objects and their properties.

Properties

Property Type Description
id String The ID of a deleted team. Inherited from entity.

Relationships

Relationship Type Description
channels channel collection The channels that are either shared with this deleted team or created in this deleted team.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.deletedTeam",
  "id": "String (identifier)"
}