educationTeacher resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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

Important

When using Delegated permission scopes, Graph will only return the externalId properties. All other properties require Application scopes.

Properties

Property Type Description
externalId String Id of the Teacher in external source system.
teacherNumber String Teacher number.

JSON representation

The following is a JSON representation of the resource.

{
  "externalId": "String",
  "teacherNumber": "String"
}