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 JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.educationTeacher",
"externalId": "String",
"teacherNumber": "String"
}