API calls
The Azure AD connector makes API calls to the vendor to retrieve data. These call properties are described below for the connector.
References
-
Authentication token
Uses the POST operation to retrieve an auth token used in other Graph API calls.
URI:
https://login.microsoftonline.com/{tenant}/oauth2/v2.0/token
Refer to Microsoft Graph docs for more information.
-
Users
Uses the GET operation to retrieve information about users.
URI:
https://graph.microsoft.com/v1.0/users
Refer to Microsoft Graph docs for more information.
-
Devices
Uses the GET operation to retrieve information about Azure AD-enrolled devices.
URI:
https://graph.microsoft.com/v1.0/devices
Refer to Microsoft Graph docs for more information.
-
Directory audits
Uses the GET operation to retrieve information about when user and device entities were last updated.
URI:
https://graph.microsoft.com/v1.0/auditLogs/directoryAudits
Refer to Microsoft Graph docs for more information.