1. Help
  2. Integrations
  3. iPaaS
  4. connector-documentation
  5. Microsoft Intune Connector

purple icon for coordination.
We’ve moved!
Our Help Center has a new home and our URLs have changed. Please update your bookmark to this page before April 30, 2026

Microsoft Intune Connector

Manage groups, users, and devices via Microsoft Graph API.

🔌 Microsoft Entra and Intune Connector

The connector facilitates communication with the Microsoft Graph API, specifically targeting Entra ID (formerly Azure AD) and Intune for automation and CMDB synchronization.

⚡ Actions

Entra group ID from name

Retrieves Microsoft Entra group GUIDs based on their display names.

Retrieve Entra group members

Retrieves all members (both users and devices) of a specified Microsoft Entra ID group with pagination.

Managed devices from Intune

Retrieves devices managed through Microsoft Intune, including detailed device information, compliance status, and user associations.

📥 Input Parameters

  • group_names (Array[String], required for Group ID lookup): List of display names to look up (max 10).
  • group_id (String, required for Member retrieval): The unique GUID of the Entra group.
  • last_sync (DateTime, optional for Intune devices): Filter for devices synced after this timestamp for incremental synchronization.
  • page_size (Integer, optional): Number of results per page, defaulting to 100.

📤 Output

  • devices: Includes device_id, device_name, manufacturer, model, serial_number, operating_system, compliance_state, user_id, and is_encrypted.
  • members: Includes member_id, device_id (if applicable), and odata_type (user or device).
  • group_id: The GUID corresponding to a display name.

📌 Use Cases

  • Device Inventory Management: Synchronizing Intune device data into a CMDB for asset tracking.
  • Compliance Monitoring: Auditing the compliance and encryption status of managed devices.
  • Group Auditing: Mapping user-device associations and auditing Entra group memberships.