Skip to content

Latest commit

 

History

History
69 lines (56 loc) · 2.47 KB

File metadata and controls

69 lines (56 loc) · 2.47 KB
title educationalActivityDetail resource type
description Represents more detail about an undergraduate, graduate, postgraduate degree, or other educational activity for a user.
ms.localizationpriority medium
author kevinbellinger
ms.subservice people
doc_type resourcePageType
ms.date 07/22/2024

educationalActivityDetail resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents more detail about an undergraduate, graduate, postgraduate degree, or other educational activity for a user and is used within an educationalActivity resource.

Properties

Property Type Description
abbreviation String Shortened name of the degree or program, for example, PhD and MBA.
activities String collection Extracurricular activities undertaken alongside the program.
awards String collection Any awards or honors associated with the program.
description String Short description of the program provided by the user.
displayName String Long-form name of the program that the user provided.
fieldsOfStudy String collection Majors and minors associated with the program, if applicable.
grade String The final grade, class, grade point average (GPA), or score.
notes String More notes provided by the user.
webUrl String Link to the degree or program page.

JSON representation

The following JSON representation shows the resource type.

{
  "abbreviation": "String",
  "activities": ["String"],
  "awards": ["String"],
  "description": "String",
  "displayName": "String",
  "fieldsOfStudy": ["String"],
  "grade": "String",
  "notes": "String",
  "webUrl": "String"
}