Custom Criteria in the User Consolidation
You can add multiple sets of custom criteria to configure the User Consolidation.
The condition and match string must be authored in C#. For a list of properties that can be used in the Custom Criteria section, refer to Properties for Custom License Assignment, Duplicate User, and User Consolidation Rules.
The following comparison types are available for the custom criteria.
Compare By |
Definition |
Exact match |
The search criteria for the original user must exactly match that of the duplicate user, but the search is not case sensitive. |
Exact match (case sensitive) |
The search criteria for the original user must exactly match that of the duplicate user, and the search is case sensitive. |
Contains |
The search criteria for the original user must contain that of the duplicate user, but the search is not case sensitive. |
Contains (case sensitive) |
The search criteria for the original user must contain that of the duplicate user, and the search is case sensitive. |
Similar (at least 90%) |
The search criteria for the original user must have a degree of similarity with that of the duplicate user of at least 90%. |
Similar (at least 70%) |
The search criteria for the original user must have a degree of similarity with that of the duplicate user of at least 70%. |
Similar (at least 50%) |
The search criteria for the original user must have a degree of similarity with that of the duplicate user of at least 50%. |
Similar (at most 1 character) |
The search criteria for the original user must be similar to that of the duplicate user; they are not allowed to differ by more than 1 character. |
Similar (at most 2 characters) |
The search criteria for the original user must be similar to that of the duplicate user; they are not allowed to differ by more than 2 characters. |
Similar (at most 3 characters) |
The search criteria for the original user must be similar to that of the duplicate user; they are not allowed to differ by more than 3 characters. |