I want to search for a LinkedIn user by his/her email address (hashed email address), but your search API does not support this parameter.We already know the user’s email address (and name), but not necessarily his/her company, location etc. So if we cannot search by email address, we will:- Have lots of false positive matches – and possibly still not be in the first 100 max results returned- Have to do another query on these matches, looking for the user whose email hash matches our email hashAnd this is just unnecessary processing and will cause performance delays.Unless of course there is a better way – if so, please guide me.Ketan
- Log in to post comments
At the moment, we don't have another way to do this. While conceptually and technically, it is possible to provide this, doing so opens a reasonable risk to our user's privacy. Using an API such as this would allow people with long lists of email addresses to quickly validate them and even attach user data to the email addresses. This is not a feature we will support.