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
getAllMessages chatMessage collection Get all messages in the deleted team.
List deletedTeams 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 is a JSON representation of the resource.

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