doesUserExist is a validation API that verifies whether a user already exists in the system by evaluating one or more combinations of the provided input parameters. The firstName + lastName combination is mandatory and is always used as the base matching criteria. When available, additional fields such as email, phone, and country are used in combination with the name to strengthen the match and accurately determine whether a corresponding user record exists in the system.
doesUserExist is a validation API that verifies whether a user already exists in the system by evaluating one or more combinations of the provided input parameters. The firstName + lastName combination is mandatory and is always used as the base matching criteria. When available, additional fields such as email, phone, and country are used in combination with the name to strengthen the match and accurately determine whether a corresponding user record exists in the system.