getUserKeysFromEmails

getUserKeysFromEmails

Syntax

getUserKeysFromEmails(emails)

Package

Alias

Pkg Usage

Description

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

Parameters

Parameter name

Type

Required

Description

emails

String []

Yes

Array of email addresses.

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

Need support? Create a request with our support team.

Copyright © 2005 - 2025 Appfire | All rights reserved.