- Home
- Resources
- Integrations
- Microsoft Intune
Microsoft Intune Make integrationAutomate Microsoft Intune with Make.
Need your managed devices somewhere other than the Intune console? The Microsoft Intune Make integration gives you 2 modules: one search that lists devices and one open API call. This guide is for IT admins who want a working scenario, connection included.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Microsoft Intune Make integration actually do?
It lets Make read your Intune tenant and act on it without code. You build a scenario, the automation Make runs for you, out of modules, each one a single brick such as a search or an action. Intune brings two of those bricks, and neither one starts a scenario by itself.
A device inventory that refreshes itself. Put List Devices first and let Make run it on the scenario's schedule. Every device comes back as its own bundle, meaning one item passed to the next module, so you can push each one into a sheet or a ticketing tool.
A request from another tool that checks Intune. A form or helpdesk app can open the scenario, then List Devices looks up what Intune knows before anyone answers the request.
Anything the list does not cover. Make an API Call reaches any endpoint of the Intune API with the connection you already set up. It is the way out when you need more than a list.
Two limits are worth knowing up front. There is no trigger in this app, so Intune never pings Make when something changes; the scenario starts on a schedule or from another app. And Make labels its own Intune documentation as AI-generated, so check important details against Microsoft. If you want a feel for the editor first, the Make review walks through it, and n8n vs Make helps if you are still choosing a tool.
How do you connect Microsoft Intune to Make?
- 01
Register an app in Microsoft Entra
Intune connects through an app registration, so an admin account on your Entra tenant is required. In the Entra admin center, open App registrations, click New registration, name it and paste
https://www.integromat.com/oauth/cb/intunesas the callback URI if asked. - 02
Copy the ID and create a secret
On the overview page, copy the Client ID. Then go to Certificates & secrets, click New client secret, pick an expiration period and click Add. Copy the secret shown on screen and keep it next to the Client ID.
- 03
Create the connection in Make
Add a Microsoft Intune module to your scenario and click Create a connection. A connection is your Intune account linked to Make once and reused by both modules. Give it a name if you like, paste the two credentials and confirm.
Your first scenario with Microsoft Intune
GoalWhen the schedule fires, Make lists your Intune devices and calls the Intune API once for each device.
- 01
Start a blank scenario
From the Scenarios page, create a new scenario and click the big +. Search for Microsoft Intune and pick List Devices as your first module.
- 02
Link your tenant
Click Create a connection and use the Client ID and secret from the Entra registration. Once saved, the module can read your tenant and you fill in its fields.
- 03
Add the API call
Click the + to the right of List Devices and add Make an API Call. Map data from the device bundle into the request, so the call targets the device that just came through.
- 04
Test with Run once
Click Run once. Make runs the scenario one time, and you can open each module to read the bundles it received. Each module run on one bundle is an operation, the unit Make counts on your plan.
- 05
Set the clock and switch it on
Open the clock on List Devices. A new scenario runs every 15 minutes by default; the Free plan keeps you at 15 minutes minimum, paid plans go down to 1. Then switch the scenario on.
What the Microsoft Intune modules do
Microsoft Intune gives you 2 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
List Devices
SearchIn the docs onlyThis search gives you your managed devices as separate bundles, so every module after it handles one device at a time. It is the starting point for inventories, reports and per device checks.
Make an API Call
ActionIn the docs onlyWith this module you reach any endpoint of the Intune API while reusing the connection you already made. You pick the request yourself, which covers everything List Devices does not.
Need help automating Microsoft Intune with Make?
A person reads every message.