Resolved! Return all users whose emails are in the array
The below is part of the script include that failed to return the list of users. How can I return a list of users based on an array of email addresses? var email = []; //this contains (abc@org.com,efg@org.com,hij@org.com) ...