educationSubmissionIndividualRecipient resource type

Namespace: microsoft.graph

A subclass of educationSubmissionRecipient that indicates that a submission is assigned to an individual in the class.

Properties

Property Type Description
userId String User ID of the user to whom the submission is assigned.

JSON representation

The following JSON representation shows the resource type.

{
  "userId": "String"
}