Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.16 KB

File metadata and controls

48 lines (33 loc) · 1.16 KB
title teamsTemplate resource type
description Describes the teamsTemplate entity.
author MSFTRickyCastaneda
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 08/16/2024

teamsTemplate resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

A team template is a blueprint for creating a team in Microsoft Teams. A template specifies the structure, settings, and even content that should be provisioned in a new team created using the template. Microsoft provides a suite of base templates and customers can save their own custom templates.

Properties

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

Relationships

None.

JSON representation

{
  "id": "string"
}

Related content