Teacher resource type

Namespace: microsoft.graph

Additional information added to an educationUser that is present when the primaryRole of a user is teacher.

Properties

Property Type Description
externalId String ID of the teacher in the source system.
teacherNumber String Teacher number.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.educationTeacher",
  "externalId": "String",
  "teacherNumber": "String"
}