Google Business Performance API 的
NEW API 方法可擷取單一 API 要求中的多個「DailyMetrics」。
請詳閱
淘汰時間表和從 v4 reportInsights API 方法遷移至 Google Business Profile Performance API 的操作說明。
REST Resource: accounts.locations.admins
資源:管理員
JSON 表示法 |
{
"name": string,
"adminName": string,
"role": enum (AdminRole ),
"pendingInvitation": boolean
} |
欄位 |
name |
string
資源名稱。帳戶管理員的格式為:accounts/{accountId}/admins/{adminId} 地點管理員的格式如下:accounts/{accountId}/locations/{locationId}/admins/{adminId}
|
adminName |
string
管理員的名稱。最初發出邀請時,這是邀請對象的電子郵件地址。在 GET 呼叫中,如果邀請仍待處理,系統會傳回使用者的電子郵件地址。否則,則包含使用者的姓名。
|
role |
enum (AdminRole )
指定管理員在指定 Account 或 Location 資源中使用的 AdminRole 。
|
pendingInvitation |
boolean
僅供輸出。指出此管理員是否有待處理的指定資源的邀請。
|
方法 |
create (deprecated)
|
邀請指定使用者成為指定地點的管理員。 |
delete (deprecated)
|
將指定管理員移除為指定地點的管理員。 |
list (deprecated)
|
列出指定位置的所有管理員。 |
patch (deprecated)
|
更新指定地點管理員的管理員。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-10-11 (世界標準時間)。
[null,null,["上次更新時間:2024-10-11 (世界標準時間)。"],[[["An Admin resource represents an administrator for a Google My Business Account or Location, with details such as name, role, and pending invitation status."],["Admins have specific roles within an Account or Location, and their information is organized in a structured JSON format."],["You can manage Admins (inviting, removing, updating, or viewing them) using dedicated methods, although some methods like `create`, `delete`, `list`, and `patch` are currently deprecated."],["The `Admin` resource includes fields like `name`, `adminName`, `role`, and `pendingInvitation` to provide comprehensive information about the administrator."]]],[]]