Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试检索 Google Apps Enterprise 上非管理员用户的“customerId”值。
作为非管理员,有很多 API 是我无法访问的。我有什么方法可以检索我的帐户的“customerId”吗?
customerId 对于 Google Apps 实例中的所有用户(包括其他辅助域中的用户)都是相同的。
如果您使用的是单个 Google Apps 实例,那么 customerId 是静态的,因此一旦从管理员帐户中发现它,您就可以对其进行硬编码。
为了通过 users.get() API 调用检索 customerId,经过身份验证的用户至少需要是通过 API 权限对用户具有只读访问权限的委托管理员。