Microsoft Graph · Schema

educationTeacher

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
externalId string ID of the teacher in the source system.
teacherNumber string Teacher number.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgrapheducationteacher-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.educationTeacher",
  "title": "educationTeacher",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "externalId": {
      "type": "string",
      "description": "ID of the teacher in the source system.",
      "nullable": true
    },
    "teacherNumber": {
      "type": "string",
      "description": "Teacher number.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}