educationStudent 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 student.

Important

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

Properties

Property Type Description
birthDate Date Birth date of the student.
externalId String ID of the student in the source system.
gender educationGender Possible values are: female, male, other.
grade String Current grade level of the student.
graduationYear String Year the student is graduating from the school.
studentNumber String Student Number.

JSON representation

The following is a JSON representation of the resource.

{
  "birthDate": "String (timestamp)",
  "externalId": "String",
  "gender": "educationGender",
  "grade": "String",
  "graduationYear": "String",
  "studentNumber": "String"
}