AccountUserSearchInputType
Input fields
The date of birth of the account user.
The email of the account user.
The family name of the account user.
The given name of the account user.
The landline number of the account user.
The mobile number of the account user.
Allows optional extra weighting on search fields. Boost certain fields between Float(0.0) and Float(1.0) to increase prominence of that field in the total search result calculation.
Field for saving the confidence score of results, useful when we have multiple account users with similar matching fields. Set between: - Float(0.0) (Match everything) - Float(1.0) (Match nothing)
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"dateOfBirth": "1982-01-02",
"email": "answer-audience-baby-true-fear",
"familyName": "Moore",
"givenName": "Annette",
"landline": "candidate-night-sure-opportunity-design",
"mobile": "too-leave-still-thank-sister",
"searchWeightMappings": AccountUserFuzzySearchWeightMappingType,
"threshold": 637.65
}