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. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"recipients": ["String"]
}