teamTemplate 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.
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"
}