Skip to content

Latest commit

 

History

History
59 lines (46 loc) · 1.83 KB

File metadata and controls

59 lines (46 loc) · 1.83 KB
title institutionData resource type
description institutionData resource type
ms.localizationpriority medium
author kevinbellinger
ms.subservice people
doc_type resourcePageType
ms.date 07/22/2024

institutionData resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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

Properties

Property Type Description
description String Short description of the institution the user studied at.
displayName String Name of the institution the user studied at.
location physicalAddress Address or location of the institute.
webUrl String Link to the institution or department homepage.

JSON representation

The following JSON representation shows the resource type.

{
  "description": "String",
  "displayName": "String",
  "location": {"@odata.type": "microsoft.graph.physicalAddress"},
  "webUrl": "String"
}