findMatchingPersonsByAttributes

findMatchingPersonsByAttributes

The findMatchingPersonsByAttributes method returns a list of all person records that match any of the person attributes that are provided in the search object which acts as a template. Unlike the findPersonsByAttributes method, the similarity between the template person used in the search and the person records returned by the method, is based on the configuration of the matching algorithm and not on an exact match between the attributes.

Method

The method uses the POST HTML method.

Input

The input to the method is Person object with any attributes provided as search criteria

Output

The output is the list of person records that match the search criteria if found or an empty document if no entry is found by the system.