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.
Get teamwork teamwork Get the properties and relationships of a teamwork object, such as the region of the organization and whether Microsoft Teams is enabled.

Properties

Property Type Description
id string The default teamwork identifier.
isTeamsEnabled Boolean Indicates whether Microsoft Teams is enabled for the organization.
region string Represents the region of the organization. > [!NOTE] > The region property contains the organization's or the user's region. The property contains the user's region (if available) for users who have a valid multigeo license. For users without multigeo licenses, the region property contains the organization's region. > > The region value can be any region supported by the Teams payload. The following are the possible values: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, AG08 (USNAT), AG08 (USSEC), and China.

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.

{
    "@odata.type": "#microsoft.graph.teamwork",
    "id": "String",
    "isTeamsEnabled": "boolean",
    "region": "String"
}