Microsoft 365 Graph Podcast Shows
Delve into the transformative power of Microsoft Graph through our curated collection of blogs. Explore the latest insights, innovations, and best practices to leverage Microsoft Graph's capabilities and drive intelligent experiences across your applications and services.
About Discover Microsoft Graph latest blogs
Stay updated with top Microsoft Graph blogs. Get expert insights, innovations, and best practices to leverage Microsoft Graph for intelligent experiences.
The Microsoft Graph API is the unified REST API providing access to data and intelligence
across the entire Microsoft cloud — Microsoft 365, Microsoft Entra ID, Dynamics 365, and the Microsoft
Security stack. A single authenticated endpoint, https://graph.microsoft.com, gives developers
access to users, groups, calendars, emails, files, Teams messages, SharePoint sites, and much more.
Core Graph Resources
The Graph API surfaces Microsoft 365 entities as resources: User, Group,
Event, Message, DriveItem, Team, Channel,
ChatMessage, Site, and ListItem. Each resource supports CRUD,
OData filtering, and delta queries for change tracking.
Authentication, Webhooks & Power Platform
Graph calls authenticate using OAuth 2.0 tokens from Microsoft Entra ID with delegated or application permissions. Graph subscriptions deliver webhook notifications when data changes — a new email, a Teams message, a SharePoint file modification. In Power Platform, the Microsoft 365 connector and custom connectors wrap Graph endpoints for use in Power Automate flows and Power Apps.
Key Microsoft Graph Topics on D365Hub
- Getting started with Microsoft Graph — authentication and first API call
- MSAL authentication in .NET, JavaScript, and Python
- Teams Graph API — creating teams, channels, and sending messages
- SharePoint Graph API — managing sites, lists, and files
- Graph subscriptions — webhooks and real-time change notifications
- Building custom connectors for Microsoft Graph in Power Platform
- Microsoft Graph Toolkit — pre-built web components for Graph data