I am trying to use the Admin Directory users.list API (https://developers.google.com/admin-sdk/directory/reference/rest/v1/users/list) to query multiple users with their email address.
I can do [email protected] and I can do [email protected] but I can't find a way to combine them. None of these work:
[email protected] OR [email protected]query=email IN ([email protected] [email protected])