We're consolidating our Help Centers to enhance your experience. During the migration period (April 29 to May 1), you might notice some temporary inconsistencies. No action is required on your side. Please contact Support if you need any assistance.

Custom directory filters and Perform & Engage 365

When setting up a link to a third-party directory such as Entra ID or Google Workspace you can use our platform-agnostic filter definitions to exclude or include users from the import or sync with Perform & Engage 365. This is in addition to the basic filters available to include or exclude emails or groups. When using Custom Directory Filters you cannot use the standard email or group filters.

The filter definition is created using JSON and consists of a list of objects which map property names to include and exclude definitions. You should use this method of filtering if you have more complex filtering requirements.

Our support team can assist if you require advice on configuring your filter definition.

 filterDef should conform to the following JSON:
# [
# {
# "property_name": "userPrincipalName",
# "include": [{"type": "STARTS_WITH|ENDS_WITH|INCLUDES|EQUALS|NOT_EQUALS", "value": "@weekly10.com"},
# "exclude": [{"type": "STARTS_WITH|ENDS_WITH|INCLUDES|EQUALS|NOT_EQUALS", "value": "@gmail.net"}]
# }
# ]

 

Was this article helpful?
0 out of 0 found this helpful

Comments

Article is closed for comments.