Skip to main content

API calls for Microsoft Azure AD Discovery

The Azure AD connector makes API calls to the vendor to retrieve data. These call properties are described below for the connector.

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

For more information, refer to Microsoft Graph docs .

Users

Uses the GET operation to retrieve information about users.

URI: https://graph.microsoft.com/v1.0/users

For more information, refer to Microsoft Graph docs .

Devices

Uses the GET operation to retrieve information about Azure AD enrolled devices.

URI: https://graph.microsoft.com/v1.0/devices

For more information, refer to Microsoft Graph docs .

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

For more information, refer to Microsoft Graph docs .