Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.71 KB

File metadata and controls

55 lines (40 loc) · 1.71 KB
title teamTemplate resource type
description Represents a logical container for all the definitions and versions of the same team template.
author MSFTRickyCastaneda
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 08/19/2024

teamTemplate resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a logical container for all the definitions and versions of the same team template.

Methods

Method Return type Description
List teamTemplates teamTemplate collection Get a list of the teamTemplate objects available for the tenant.
List definitions teamTemplateDefinition collection List the teamTemplateDefinition objects associated with a teamTemplate.

Properties

Property Type Description
id String Unique identifier of the template. Cannot be null.

Relationships

Relationship Type Description
definitions teamtemplatedefinition collection A generic representation of a team template definition for a team with a specific structure and configuration.

JSON representation

{
  "id": "string"
}

Related content