educationStudent リソースの種類

名前空間: microsoft.graph

ユーザーの primaryRole が student の場合に存在する educationUser に追加される、その他の情報。

プロパティ

プロパティ 説明
birthDate Date 学生の生年月日。
externalId String ソース システムの学生の ID。
gender educationGender 使用可能な値: femalemaleotherunknownFutureValue
grade String 学生の現在の学年。
graduationYear String 学生が学校から卒業する年。
studentNumber String 学生番号。

リレーションシップ

なし。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "@odata.type": "#microsoft.graph.educationStudent",
  "birthDate": "DateTimeOffset",
  "externalId": "String",
  "gender": "String",
  "grade": "String",
  "graduationYear": "String",
  "studentNumber": "String"
}