Obbligatoria. L'account o la proprietà proprietaria delle associazioni di accesso. L'elemento padre di tutti i valori forniti per il campo "nomi" deve corrispondere a questo campo. Formati: - account/{account} - proprietà/{proprietà}
Parametri di ricerca
Parametri
names[]
string
Obbligatoria. I nomi delle associazioni di accesso da recuperare. È possibile recuperare un massimo di 1000 associazioni di accesso in un batch. Formati: - accounts/{account}/accessBindings/{accessBinding} - Properties/{property}/accessBindings/{accessBinding}
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-07-26 UTC."],[[["\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`"]]