Govern every Copilot app and agent in your Microsoft 365 tenant programmatically. Learn the six Package Management API endpoints, prerequisites, filter patterns, and the exact limits of this preview API.
MSGraph
Improving Python Azure Function Performance: Handling Large SharePoint Lists with Throttling, Caching, and Batch Requests
Handling lots of SharePoint Items in Azure Functions with Ease. Learn how to supercharge your Azure Functions with Graph API batching, throttling retry logic, in-memory caching, and optimized pagination to efficiently process massive SharePoint Online lists. Ideal for enterprise-scale data automation and integrations.
Multitenant Azure Function using MS Graph API
How to create multitenant Azure Function.
A Try On Multitenant Application Using React with MS Graph API
How to create a multitenant application using React and MS Graph
Guest Users To Send Email from SPFx Webpart.
How to send email as Guest users from SPFx web part using different approaches.
SPFx-MSGraph Toolkit Get Control
How we can use the MSGraph Toolkit Get component in action, its properties and how to customize it.
SPFx-MSGraph Toolkit FileList Control
How we can use the MSGraph Toolkit FileList in action, its properties and how to customize it.
SPFx-MSGraph Toolkit PeoplePicker Control
How we can use the MSGraph Toolkit PeoplePicker in action, its properties and how to customize it.
SPFx-MSGraph Toolkit using @microsoft/mgt-spfx & @microsoft/mgt-react
How we can use MSGraph Toolkit (MGT) in SharePoint Framework using @microsoft/mgt-spfx & @microsoft/mgt-react.
SPFx – Using MS Graph API Batch
Using batching to fetch different thumbnail photos for users using MSGraph API.