I have a list of domains of all my gapps customers.I want to get only users who have super admin privilege for all those domains.I can fetch all users for the domain and iterate over them and filter out only supers admins. But it will be a lot of api calls.
There has to be another way....
Thanks.