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.
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.
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.
|