| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a logical container for all the definitions and versions of the same team template.
| 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. |
| Property | Type | Description |
|---|---|---|
| id | String | Unique identifier of the template. Cannot be null. |
| Relationship | Type | Description |
|---|---|---|
| definitions | teamtemplatedefinition collection | A generic representation of a team template definition for a team with a specific structure and configuration. |
{
"id": "string"
}