Tools to call Microsoft Graph API endpoints as a User and application
This blogpost will help you to explore and interact with MS graph API endpoint’s using the following tools Postman client Signed in as a…
This blogpost will help you to explore and interact with MS graph API endpoint’s using the following tools Postman client Signed in as a…
I have recently received a request from a customer to break the inherited permissions of a SharePoint document library folder, as of now there…
Batching helps you in optimizing the performance of your application by combining multiple requests into a single request. SharePoint Online & MS Graph APIs…
Information Circuit Board Graphics Concept Microsoft Graph has a lot of commands that you can use to do some tasks. That will require you…
Using graph API you can access all the Active directory attributes. The me endpoint gives your profile information https://graph.microsoft.com/v1.0/me. To get a specific user’s…