How to use MS Graph Toolkit Get component in SharePoint Framework
Recently I just prepared a prototype to show all AAD users in a SharePoint Framework Web part. Immediately I got an idea to use Microsoft graph Toolkit to display the users, without much effort. So, I...
View ArticleHow to lists different Chat information from Tenant
Microsoft Graph API extending its features across the Microsoft 365 Cloud. One of the features is MS Teams. In this blog, we are going to see how to get the different chat information for different...
View ArticleClone your Team using Microsoft Graph API
Most of the time, we need to do a replica of the same Office 365 group with settings and so on. Microsoft Graph API comes with an awesome feature to do the same. By using that we can clone the...
View ArticleGet User’s time zone using Microsoft Graph API
The organization has an employee across the globe and in this COVID situation, all organizations asked their employee to work from home. Microsoft Graph API has the endpoint to retrieve the time zone...
View ArticleNew version of Microsoft Graph Toolkit Editor SPFx webpart
Some time back, I have created a SharePoint Framework webpart to support the Microsoft Graph Toolkit components. That uses the old version of Microsoft Graph Toolkit and SharePoint Framework. Now it’s...
View ArticleExploring Microsoft Graph API- List all Microsoft 365 Groups
If you want to show Microsoft 365 groups anywhere with less code. Here’ s blog and I would like to show you how to do this. We can easily achieve this with the help of Microsoft Graph API and Microsoft...
View ArticleExploring Microsoft Graph API – Get Guest Users
If you want to fetch only the guest users from your organization. Here’s my blog helps you to get that information in a simple way with the help of Microsoft Graph API. There is a property called...
View ArticleExploring Microsoft Graph API – Create Sharing link for a specific user’s
Microsoft Graph API comes in two versions. They are beta and v1.0. Microsoft mostly recommends using v1.0 for production uses. Beta represents a preview mode and anyway, most of the properties and...
View ArticleUnlock Efficiency: How to connect Microsoft Graph API with Microsoft Power...
The Microsoft Graph API is observed as effective because it claims numerous endpoints that link to various services within Microsoft 365. We must authenticate and authorize the request tin order to...
View ArticleHow to create Topic in Copilot Studio
Introduction Copilot Studio is a low code / no code platform from Microsoft 365 that allows us to create a conversation agent. A Topic is a functional block within an agent, that will be run whenever...
View Article