Microsoft Graph API integration from Pega V8.x
Brief idea on MS Graph API: Microsoft Graph is a Microsoft developer platform that connects multiple services and devices. Initially released in 2015, the Microsoft Graph builds on Microsoft 365 APIs and allows developers to integrate their services with Microsoft products, including Windows, Microsoft 365, and Azure. The Microsoft Graph API offers a single endpoint, https://graph.microsoft.com, to provide access to rich, people-centric data and insights exposed as resources of Microsoft 365 services. Microsoft Graph exposes REST APIs and client libraries to access data on most of the Microsoft cloud services. The below diagram gives a high level idea. The Microsoft Graph explorer is a tool that lets you make requests and see responses against the Microsoft Graph. To access this tool, we need to have access in Microsoft Azure Portal. I have free trial access with limited features from Azure. Here is the portal URL to get the access: https://portal.azure.com/ Here is the...