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)"
}