Microsoft Graph

Microsoft Graph

Microsoft Graph is available in the general hub.

Element Information Details
Provider API Documentation Microsoft Graph API documentation
Authentication OAuth 2.0
Events Webhooks
Bulk Not Supported
Virtual Data Resources and Transformations Supported

Articles

Microsoft Graph API Provider Setup
To authenticate a Microsoft Graph element instance you must register an app with Microsoft. Then when you authenticate, use the Application Id , Password/PublicKey , and Redirect URL from your registered app as the API Key , API Secret , and ...
Microsoft Graph Authenticate an Element
You can authenticate with Microsoft to create your own instance of the Microsoft Graph element through the UI or through APIs. Once authenticated, you can use the element instance to access the different functionality offered by the Microsoft platfo...
Microsoft Graph Events
Cloud Elements supports events via polling or webhooks depending on the API provider. For more information about our Events framework, see Events Overview . Supported Events and Resources Cloud Elements supports webhook events for Microsoft Graph...
Microsoft Graph Querying
The Cloud Elements Query Language (CEQL) provides a standard way to search across all of our elements. Many API providers support some form of searching in their APIs but each one approaches searching differently. Rather than having you research how...
Microsoft Graph API Documentation
Base URL The base URL for all API requests is https://api.cloud-elements.com/elements/api-v2 .