You can create a user sync workflow for Microsoft Entra ID to update your device user lists in Miradore near real time when users are added to or updated in Microsoft Entra ID.
Requirements
You must connect Microsoft Entra ID to Miradore with the required access permissions. For detailed instructions, see Connecting Miradore to Microsoft Entra ID.
Creating a user query
Create a user query to define the list of device users to be synchronized from Microsoft Entra ID to Miradore.
Note: If you don't define a query, all device users will be synced from Microsoft Entra ID to Miradore.
Result: The device user data from Microsoft Entra ID is synchronized and the synced device users are listed in Miradore on the Company > Users page.
Note: You can update user data in Miradore only for those users that are imported through the integrations. Users that existed in Miradore before the integration won't be updated even if their data exists in Microsoft Entra ID.
Examples
Filtering for device users of the HR department
To filter for the device users of the HR department, include the following in the Query filter field:
department eq 'HR'
Filtering for an email address
To filter for device users with a Miradore email address, include the following in the Query filter field:
endsWith(mail,'@miradore.com')
Filtering for a certain country and employee hire date
To filter for Finnish employees with hire dates after midnight (UTC time zone) 19th February, 2024, include the following in the Query filter field:
country eq 'Finland' and employeeHireDate ge 2024-02-19T00:00:00Z
Note: Do not include the value of the employeeHireDate parameter in quotes.
Previous Article:
« Entra ID integration
Next Article:
Technology integrations »

