educationAssignmentIndividualRecipient resource type

Namespace: microsoft.graph

Used inside the assignment.assignTo property. When set to individual recipient list, selected students in the class will 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 is a JSON representation of the resource.

{
  "recipients": ["String"]
}