Microsoft Graph
Microsoft Graph is like a gateway that allows users to access enormous amounts of data and collect information from:
- Microsoft 365 core services (for example, Office 365, Microsoft Search, OneDrive, SharePoint)
- Identity and Security Services (for example, Azure AD, Defender 365, Endpoint Manager)
- Windows 10 services
Microsoft Graph connects to the above services by using REST APIs and client libraries to retrieve required data.
We can use three methods to interact with Microsoft Graph data:
- The Microsoft Graph API endpoint (https://bit.ly/3DSbZHF) can be used to access data and information collected from various Microsoft services. This data can be processed and present in the way an organization/individual requires. Also, this data can be used to develop rich applications/services.
- Microsoft Graph connectors help to bring third-party application/service data to Microsoft Search so all company data can be searched...