[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-26 (世界標準時間)。"],[[["\u003cp\u003eRetrieves information about multiple access bindings associated with a Google Analytics 4 account or property.\u003c/p\u003e\n"],["\u003cp\u003eUses the \u003ccode\u003ebatchGet\u003c/code\u003e method to efficiently fetch data for up to 1000 access bindings in a single request.\u003c/p\u003e\n"],["\u003cp\u003eRequires specifying the parent account or property and providing a list of access binding names to retrieve.\u003c/p\u003e\n"],["\u003cp\u003eThe API employs gRPC Transcoding for its URL structure and needs appropriate authorization scopes for access.\u003c/p\u003e\n"],["\u003cp\u003eReturns a \u003ccode\u003eBatchGetAccessBindingsResponse\u003c/code\u003e containing details about the requested access bindings upon successful execution.\u003c/p\u003e\n"]]],["This document details how to retrieve multiple access bindings for an account or property using a `GET` request to the specified URL. The `parent` path parameter, representing the account or property, is mandatory. The `names[]` query parameter, also required, specifies the access bindings to retrieve, with a maximum of 1000. The request body is empty. A successful operation returns a `BatchGetAccessBindingsResponse`. Authorization requires specific OAuth scopes related to managing users.\n"],null,["- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nGets information about multiple access bindings to an account or property.\n\nHTTP request\n\n`GET https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/accessBindings:batchGet`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nPath parameters\n\n| Parameters ||\n|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` Required. The account or property that owns the access bindings. The parent of all provided values for the 'names' field must match this field. Formats: - accounts/{account} - properties/{property} |\n\nQuery parameters\n\n| Parameters ||\n|-----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `names[]` | `string` Required. The names of the access bindings to retrieve. A maximum of 1000 access bindings can be retrieved in a batch. Formats: - accounts/{account}/accessBindings/{accessBinding} - properties/{property}/accessBindings/{accessBinding} |\n\nRequest body\n\nThe request body must be empty.\n\nResponse body\n\nIf successful, the response body contains an instance of [BatchGetAccessBindingsResponse](/analytics/devguides/config/admin/v1/rest/v1alpha/BatchGetAccessBindingsResponse).\n\nAuthorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/analytics.manage.users.readonly`\n- `https://www.googleapis.com/auth/analytics.manage.users`"]]