I'm trying to determine if there is a method to verify the existence of an email ID in AdminDirectory.Users. While I am aware that https://developers.google.com/admin-sdk/directory/v1/reference/users/get can fetch all users, I am wondering if there is a similar query function like exists
(found in SQL) within Google Apps Script?