| title | institutionData resource type |
|---|---|
| description | institutionData resource type |
| ms.localizationpriority | medium |
| author | kevinbellinger |
| ms.subservice | people |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
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.
| 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. |
The following JSON representation shows the resource type.
{
"description": "String",
"displayName": "String",
"location": {"@odata.type": "microsoft.graph.physicalAddress"},
"webUrl": "String"
}