GetPersonByEmailAsync

Returns (Task)

Find the Person in the designated Folder that has a particular email.

Name Description
folder
email

Get Person By Email Async

Example in C#

// Returns: PersonInfo
var personInfo = await client.GetPersonByEmailAsync(FolderInfo folder, String email);

Example in CURL



           curl -X GET \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/people?email=Support%40Feenics.com \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'