Category: Graph API

How to connect and use the Microsoft Graph API?

microsoft_graphIn this article, I would like to give you some examples of how to connect and use the Microsoft Graph API. My task was to extract contacts from the Global Address List, and unfortunately, this particular method is still not implemented, and only accessible in beta mode. We will go through a technique which will help you to use Microsoft Graph API beta from the stable SDK library and extract the information you might need. Continue reading “How to connect and use the Microsoft Graph API?”