Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.44 KB

educationassignmentindividualrecipient.md

File metadata and controls

57 lines (42 loc) · 1.44 KB
title description ms.localizationpriority author ms.subservice doc_type
educationAssignmentIndividualRecipient resource type
Used inside the assignment.assignTo property. When set to individual recipient list, selected students in the class will
medium
dipakboyed
education
resourcePageType

educationAssignmentIndividualRecipient resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Used inside the assignment.assignTo property. When set to individual recipient list, selected students in the class receive a submission object when the assignment is published.

This resource is a subclass of educationAssignmentRecipient.

Properties

Property Type Description
recipients String collection A collection of ids of the recipients.

JSON representation

The following JSON representation shows the resource type.

{
  "recipients": ["String"]
}