<< Click to Display Table of Contents >> Raynet One Data Hub > 14.0 > Connectors > Alphabetic Connector List Microsoft Graph Generic Query |
Connects to the Microsoft Graph API. The user writes an arbitrary query that is sent to the API as is. The full path to the Graph API must be set in the Server URL.
Example:
•https://graph.microsoft.com/beta/users/
•https://graph.microsoft.com/beta/deviceManagement/managedDevices/
The response is parsed and written to a .csv. The connector can only handle flat responses with fields of the following types:
•String
•Number
•Boolean
•Object
•Lists of smple types (String, Number, Boolean)
If the JSON response contains lists of objects or lists of lists the connector will not work.