管理员安装我的应用程序后如何获取域用户列表?

How to get a list of user of domain after the admin install my app?

我向 google 市场发布了一个应用程序。 我可以通过 licenseNotification 知道哪个域安装了我的应用程序,但是要从 usersService 获取用户列表,我需要管理员的邮件。 我怎样才能得到域的管理员或所有用户的列表?

我检查了这两个问题:

Is there any way to get the information about admin who installed my app?

Google_Service_Directory - (403) Not Authorized to access this resource/api

但我正在创建一个管理员不是 admin@some_domain.com

的域

查看 https://plus.sandbox.google.com/u/0/+AlexanderVorkov/posts/gNGvH5G15QR

上的评论

目前的解决方案是为您的应用程序配置设置 URL。此 URL 在安装结束时显示给管理员。您可以使用该设置过程来收集丢失的信息 (admin identity/email) 并执行您需要的任何操作来完成设置。

管理员可能不会立即访问 URL。您的应用程序需要稳健并处理管理员尚未完成设置但用户仍尝试访问该应用程序的情况(例如,将该设置视为可选设置,向最终用户提供一条友好的消息,要求他们联系他们的管理员等)