Custom Filters for use with Entra ID Sync

Written By Marissa Fegan (Super Administrator)

Updated at April 4th, 2024

The Microsoft Entra ID integration with VIPRE Email Security Cloud allows for custom filters, which are used to see only the data you want and exclude everything else. Refer to Related Articles for full details on how to configure and manage the Entra ID integration.

Supported Custom Filters

Custom Filters are only applied to syncs of users. Groups are not included.

  • startsWith
  • endsWith
  • eq (equals)
  • ne (not equals)
  • and
  • or
  • any
  • not

Examples of Custom Filter Queries

  • endsWith(mail, 'fusedev.com')
  • endsWith(mail, 'fusedev.com ') or mail eq 'releasetest2@azuretest.fusemail.com'
  • endsWith(mail, 'fusemail.com') and mail ne 'releasetest2@azuretest.fusemail.com'
  • startsWith(mail,'lee')
  • startsWith(givenName,'lee')
  • proxyAddresses/any(c:c eq 'SMTP:leelamb@fusedev.com')
  • givenName eq ‘lee’
  • endsWith(mail,'fusemail.com') and not startswith(mail,'release')