teamwork resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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

Inherits from entity.

Methods

Method Return type Description
List deletedTeams deletedTeam collection Get a list of the deletedTeam objects and their properties.
List teamTemplates teamTemplate collection Get the list of teamTemplate objects available for the tenant.
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.

Relationships

Relationship Type Description
deletedTeams deletedTeam collection A collection of deleted teams.
deletedChats deletedChat collection A collection of deleted chats.
devices teamworkDevice collection The Teams devices provisioned for the tenant.
teamsAppSettings teamsAppSettings Represents tenant-wide settings for all Teams apps in the tenant.
teamTemplates teamtemplate collection The templates associated with a team.
workforceIntegrations workforceIntegration collection A workforce integration with shifts.

JSON representation

The following JSON representation shows the resource type.

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