Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.16 KB

File metadata and controls

49 lines (39 loc) · 1.16 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

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.

JSON representation

The following JSON representation shows the resource type.

{
  "notifyGuardiansAboutAssignments": true
}