Enterprises: setAccount

將要用來驗證 API 的帳戶設為 企業。

要求

HTTP 要求

PUT https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/account

參數

參數名稱 說明
路徑參數
enterpriseId string 企業的 ID。

授權

此要求需要具有下列範圍的授權:

範圍
https://www.googleapis.com/auth/androidenterprise

詳情請參閱「驗證與授權」網頁。

要求主體

在要求主體中,提供具有以下結構的資料:

{
  "kind": "androidenterprise#enterpriseAccount",
  "accountEmail": string
}
屬性名稱 說明 附註
accountEmail string 服務帳戶的電子郵件地址。
kind string

回應

如果成功的話,這個方法會傳回回應內文,其結構如下:

{
  "kind": "androidenterprise#enterpriseAccount",
  "accountEmail": string
}
屬性名稱 說明 附註
accountEmail string 服務帳戶的電子郵件地址。
kind string