Google Business Performance API 的
NEW API 方法可擷取單一 API 要求中的多個「DailyMetrics」。
請詳閱
淘汰時間表和從 v4 reportInsights API 方法遷移至 Google Business Profile Performance API 的操作說明。
REST Resource: accounts.admins
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
資源:Admin
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 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[],["Admins manage accounts or locations. Key attributes include `name` (resource identifier), `adminName` (email/user's name), `role` (admin's function), and `pendingInvitation` (invitation status). Methods, all deprecated, allow for inviting a user as an administrator (`create`), removing an admin (`delete`), listing admins (`list`), and updating an admin's information (`patch`). The JSON representation contains these fields for managing Admin resources.\n"],null,[]]