0
我正嘗試爲Google Apps Enterprise上的非管理員用戶檢索'customerId'值。如何從NonAdmin用戶使用Google API調用中檢索CustomerId?
作爲非管理員,有很多我不能訪問的API。有沒有辦法讓我爲我的賬戶找回'customerId'?
我正嘗試爲Google Apps Enterprise上的非管理員用戶檢索'customerId'值。如何從NonAdmin用戶使用Google API調用中檢索CustomerId?
作爲非管理員,有很多我不能訪問的API。有沒有辦法讓我爲我的賬戶找回'customerId'?
customerId對於Google Apps實例中的所有用戶(包括其他輔助域中的用戶)都是相同的。
如果您使用的是單個Google Apps實例,則customerId是靜態的,因此一旦從管理員帳戶中發現它,您可以對其進行硬編碼。
爲了通過users.get()API調用檢索customerId,經過身份驗證的用戶至少需要是一個委託管理員,並通過API權限對用戶進行只讀訪問。