Overview of Microsoft Graph
Microsoft Graph exposes multiple APIs from Office 365 and other Microsoft cloud services through a single endpoint: https://graph.microsoft.com. Microsoft Graph simplifies queries that would otherwise be more complex.
You can use Microsoft Graph to:
- Access data from multiple Microsoft cloud services, including Azure Active Directory, Exchange Online as part of Office 365, SharePoint, OneDrive, OneNote, and Planner.
- Navigate between entities and relationships.
- Access intelligence and insights from the Microsoft cloud (for commercial users).
Microsoft Graph development stack

Common Microsoft Graph queries
Microsoft Graph exposes two endpoints: /v1.0 and /beta. The /v1.0 endpoint includes the resources that you can access in your production app. The /beta endpoint includes APIs that are currently in preview. The following table lists some common queries that you can use to access the Microsoft Graph API.
Note: The APIs in the beta endpoint are subject to change. We don't recommend that you use them in your production apps.
Explore Microsoft Graph
- Get started using Microsoft Graph and the platform of your choice.
- Discover the resources and operations that you can use in your production apps by browsing the TOC.
- Preview the new /beta APIs.
- Visit the Microsoft Graph Explorer.
- Check out our Microsoft Graph snippets samples.
Your feedback is important to us. Connect with us on Stack Overflow. Tag your questions with {MicrosoftGraph} and {office365}.
