Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-apps-script/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/120.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google apps script getAllUsers()返回子集_Google Apps Script - Fatal编程技术网

Google apps script getAllUsers()返回子集

Google apps script getAllUsers()返回子集,google-apps-script,Google Apps Script,调用UserManager.getAllUsers()无法返回所有用户,看起来它不知道使用google应用程序的子域。它只返回domain.edu的用户,而不返回sub.domain.edu的用户。如何获取所有可用用户?在谷歌应用程序中没有子域的概念。当使用子域设置google应用程序域时,它是google应用程序的独立实例

调用UserManager.getAllUsers()无法返回所有用户,看起来它不知道使用google应用程序的子域。它只返回domain.edu的用户,而不返回sub.domain.edu的用户。如何获取所有可用用户?

在谷歌应用程序中没有子域的概念。当使用子域设置google应用程序域时,它是google应用程序的独立实例