educationAssignmentIndividualRecipient resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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"]
}