Method: accounts.locations.admins.list

列出指定位置的所有管理員。

HTTP 要求

GET https://mybusiness.googleapis.com/v4/{parent=accounts/*/locations/*}/admins

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
parent

string

要列出管理員的地點名稱。

要求主體

要求主體必須為空白。

回應主體

如果成功,回應主體即會包含具有以下結構的資料:

AccessControl.ListLocationAdmins 的回應訊息。

JSON 表示法
{
  "admins": [
    {
      object (Admin)
    }
  ]
}
欄位
admins[]

object (Admin)

Admin 執行個體的集合。

授權範圍

需要下列其中一種 OAuth 範圍:

  • https://www.googleapis.com/auth/plus.business.manage
  • https://www.googleapis.com/auth/business.manage

詳情請參閱 OAuth 2.0 總覽