You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: concepts/overview.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,24 @@
1
1
---
2
2
title: "Microsoft Graph overview"
3
-
description: "Use Microsoft Graph to derive insights and analytics from Microsoft 365 and Microsoft Entra data, and build unique, intelligent apps."
3
+
description: "Use Microsoft Graph to derive insights and analytics from Microsoft 365 and Microsoft Entra data, and build unique, intelligent apps. Start building today."
4
4
ms.topic: overview
5
5
ms.localizationpriority: high
6
6
ms.custom: scenarios:getting-started
7
-
ms.date: 01/08/2025
7
+
ms.date: 04/15/2026
8
8
#customer intent: As a developer, I want to understand Microsoft Graph and how to use it to build apps that interact with data in Microsoft cloud services like Microsoft Entra and Microsoft 365.
9
9
---
10
10
11
11
# Overview of Microsoft Graph
12
12
13
13
Microsoft Graph is the gateway to data and intelligence in Microsoft cloud services like Microsoft Entra and Microsoft 365. Use the wealth of data accessible through Microsoft Graph to build apps for organizations and consumers that interact with millions of users.
14
14
15
-

15
+

16
16
17
17
## Data and services powering the Microsoft 365 platform
18
18
19
-
In the Microsoft 365 platform, three main components facilitate the access and flow of data:
19
+
In the Microsoft 365 platform, three main components enable data access and flow:
20
20
21
-
- The **Microsoft Graph API** offers a single endpoint, `https://graph.microsoft.com`, to provide access to rich, people-centric data and insights in the Microsoft cloud, including Microsoft 365, Windows, and Enterprise Mobility + Security. You can use REST APIs or SDKs to access the endpoint and build apps that support Microsoft 365 scenarios, spanning across productivity, collaboration, education, people and workplace intelligence, and more. Microsoft Graph also includes a powerful set of services that manage user and device identity, access, compliance, and security and help protect organizations from data leakage or loss.
21
+
- The **Microsoft Graph API** offers a single endpoint, `https://graph.microsoft.com`, to provide access to rich, people-centric data and insights in the Microsoft cloud, including Microsoft 365, Windows, and Enterprise Mobility + Security. Use REST APIs or SDKs to access the endpoint and build apps for Microsoft 365 scenarios. These scenarios span productivity, collaboration, education, people and workplace intelligence, and more. Microsoft Graph also includes a powerful set of services that manage user and device identity, access, compliance, and security and help protect organizations from data leakage or loss.
22
22
-**[Microsoft 365 Copilot connectors](#bring-data-from-an-external-content-source-to-microsoft-graph)** (formerly Microsoft Graph connectors) work in the incoming direction, delivering data external to the Microsoft cloud into Microsoft Graph services and applications to enhance Microsoft 365 experiences such as Microsoft Search. Connectors exist for many commonly used data sources such as Box, Google Drive, Jira, and Salesforce.
23
23
-**[Microsoft Graph Data Connect](#access-microsoft-graph-data-at-scale)** provides a set of tools to streamline secure and scalable delivery of Microsoft Graph data to popular Azure data stores. The cached data serves as data sources for Azure development tools that you can use to build intelligent applications.
24
24
@@ -36,7 +36,7 @@ Microsoft Graph exposes REST APIs and client libraries to access data on the fol
36
36
37
37
To find out more, see [Major services and features in Microsoft Graph](overview-major-services.md).
38
38
39
-

39
+

40
40
41
41
## What can you do with Microsoft Graph?
42
42
@@ -96,7 +96,7 @@ Check out some of these common scenarios for working with the Microsoft Graph AP
96
96
97
97
## Bring data from an external content source to Microsoft Graph
98
98
99
-
Use [Copilot connectors](connecting-external-content-connectors-overview.md) to bring data that is external to the Microsoft cloud into Microsoft Graph. Examples of such data can be an organization's human resources database or product catalog, hosted on-premises or in the public or private clouds.
99
+
Use [Copilot connectors](connecting-external-content-connectors-overview.md) to bring data external to the Microsoft cloud into Microsoft Graph. Examples of such data can be an organization's human resources database or product catalog, hosted on-premises or in the public or private clouds.
100
100
101
101
Copilot connectors create connections to external data sources, index the data, and store it as external custom items and files. Once indexed, those items can show up in Microsoft Search and for apps that use the [Microsoft Search API](search-concept-overview.md).
102
102
@@ -106,34 +106,34 @@ Use [Microsoft Graph Data Connect](data-connect-concept-overview.md) to access d
106
106
107
107
Using Azure tools, you can then build intelligent apps that:
108
108
109
-
- Find you the closest expert on a subject area to you in your organization.
109
+
- Find the closest subject-matter expert in your organization.
110
110
- Automate knowledge base creation.
111
111
- Analyze meeting requests to provide insights into conference room utilization.
112
112
- Detect fraud with productivity and communication data.
113
113
114
114
## When should I use Microsoft Graph API or Data Connect?
115
115
116
-
Microsoft Graph Data Connect provides a new way for you to interact with the data that's available through Microsoft Graph APIs. Data Connect provides a unique set of tools that streamline the building of intelligent applications, all within the Microsoft cloud.
116
+
Microsoft Graph Data Connect lets you interact with data available through Microsoft Graph APIs. Data Connect provides tools to streamline building intelligent applications, all within the Microsoft cloud.
117
117
118
118
|**Feature**|**Microsoft Graph API**|**Microsoft Graph Data Connect**|
|**Access scope**| Single user or entire tenant | Many users or groups |
121
121
|**Access pattern**| Real time | Recurrent schedule |
122
-
|**Data operations**| Operates on data master| Operates on a cache of the data |
122
+
|**Data operations**| Operates on source data| Operates on a cache of the data |
123
123
|**Data protection**| Data is protected while in the source service like Microsoft 365 and Microsoft Entra | Data protection is extended to the cache of data in your Azure subscription |
0 commit comments