Create an Entra ID user query
You can create a user sync workflow for Microsoft Entra ID to update your device user lists in LogMeIn Resolve MDM near real-time when users are added to or updated in Microsoft Entra ID.
Before you begin: You must connect Microsoft Entra ID to
LogMeIn Resolve MDM with the required access permissions. For detailed instructions, see
Connect LogMeIn Resolve MDM to Microsoft Entra ID.
Create a user query to define the list of device users to be synchronized from Microsoft Entra ID to
LogMeIn Resolve MDM.
Note: If you don't define a query, all device users will be synced from Microsoft Entra ID to LogMeIn Resolve MDM.
Results: The device user data from Microsoft Entra ID is synchronized and the synced device users are listed in LogMeIn Resolve MDM on the page.
Note: You can update user data in LogMeIn Resolve MDM only for those users that are imported through the integrations. Users that existed in LogMeIn Resolve MDM before the integration won't be updated even if their data exists in Microsoft Entra ID.
Example:
Example filter | Query filter to include |
---|---|
Device users of the HR department | department eq 'HR' |
Device users with an @example.com email address | endsWith(mail,'@example.com') |
Finnish employees with hire dates after midnight (UTC time zone) 19th February, 2024 | country eq 'Finland' and employeeHireDate ge 2024-02-19T00:00:00Z
Note: Do not include the value of the employeeHireDate parameter in quotes.
|
Article last updated: 21 May, 2025