Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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"
}