getUserKeysFromEmails

Description

Finds the corresponding user keys for a list of email addresses.

Parameters

Return Type

String []

Returns the first user found for each of specified email address.

Example

string[] emails = {"jdoe@example.com", "bsmith@example.com"}; string[] keys = getUserKeysFromEmails(emails);

See also