Microsoft Graph · Schema

educationUserRole

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgrapheducationuserrole-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.educationUserRole",
  "title": "educationUserRole",
  "enum": [
    "student",
    "teacher",
    "none",
    "unknownFutureValue"
  ],
  "type": "string"
}