Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.24 KB

File metadata and controls

55 lines (42 loc) · 1.24 KB
title teamClassSettings resource type
description Represents settings specific to teams of type Class.
ms.localizationpriority medium
author akjo
ms.subservice teams
doc_type resourcePageType
ms.date 07/22/2024

teamClassSettings resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents class-specific properties of a team. Available only when the team represents a class.

Properties

Property Type Description
notifyGuardiansAboutAssignments Boolean If set to true, enables sending of weekly assignments digest emails to parents/guardians, provided the tenant admin has enabled the setting globally.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "notifyGuardiansAboutAssignments": true
}