| title | shiftsTeamInfo resource type |
|---|---|
| description | Represents the details of a team with a schedule. |
| author | shanemalone |
| ms.localizationpriority | high |
| ms.subservice | teams |
| doc_type | resourcePageType |
| ms.date | 07/25/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the details of a team with a schedule.
| Property | Type | Description |
|---|---|---|
| displayName | string |
The display name for the team. Required. |
| teamId | string |
ID of the team. |
None.
The following JSON representation shows the resource type.
{
"displayName": "String",
"teamId": "String"
}