Method: accounts.accessBindings.list
HTTP 要求
GET https://analyticsadmin.googleapis.com/v1alpha/{parent=accounts/*}/accessBindings
這個網址使用 gRPC 轉碼語法。
路徑參數
參數 |
parent |
string
必要欄位。格式:- accounts/{account} - properties/{property}
|
查詢參數
參數 |
pageSize |
integer
要傳回的存取繫結數量上限。服務傳回的產品數量可能會少於這個值。如未指定,最多將傳回 200 個存取繫結。許可的最大值為 500;超出的數值將一律指定為 500。
|
pageToken |
string
屬於接收自前一個 accessBindings.list 呼叫的網頁權杖。提供此項目即可擷取後續網頁。進行分頁時,提供至 accessBindings.list 的所有其他參數須與提供網頁權杖的呼叫相符。
|
授權範圍
需要下列其中一種 OAuth 範圍:
https://www.googleapis.com/auth/analytics.manage.users.readonly
https://www.googleapis.com/auth/analytics.manage.users
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-01-14 (世界標準時間)。
[null,null,["上次更新時間:2025-01-14 (世界標準時間)。"],[[["Lists all access bindings associated with a Google Analytics 4 account or property."],["The API request uses the HTTP GET method and requires specifying the parent account or property in the URL path."],["You can control the number of results and retrieve subsequent pages using query parameters for page size and page token."],["Authorization is necessary using specific OAuth scopes related to managing users in Google Analytics."]]],["This outlines the process for listing access bindings on an account or property via an HTTP GET request. The request URL structure uses gRPC Transcoding, and requires a `parent` path parameter specifying the account or property. Optional query parameters `pageSize` and `pageToken` control pagination. The request body must be empty. A successful response returns a `ListAccessBindingsResponse`. Authorization requires specific OAuth scopes, either `analytics.manage.users.readonly` or `analytics.manage.users`.\n"]]