teamwork resource type

Namespace: microsoft.graph

A container for the range of Microsoft Teams functionalities that are available for the organization.

Methods

Method Return type Description
List deletedTeams deletedTeam collection Get a list of the deletedTeam objects and their properties.

Properties

Property Type Description
id string A unique identifier.

Relationships

Relationship Type Description
deletedTeams deletedTeam collection The deleted team.
deletedChats deletedChat collection A collection of deleted chats.
teamsAppSettings teamsAppSettings Represents tenant-wide settings for all Teams apps in the tenant.

JSON representation

The following JSON representation shows the resource type.

{
  "id": "string"
}