প্রয়োজন। যে অ্যাকাউন্ট বা সম্পত্তি অ্যাক্সেস বাইন্ডিংয়ের মালিক। 'নাম' ক্ষেত্রের জন্য প্রদত্ত সমস্ত মানগুলির মূল এই ক্ষেত্রের সাথে মিলতে হবে৷ বিন্যাস: - অ্যাকাউন্টস/{অ্যাকাউন্ট} - বৈশিষ্ট্য/{সম্পত্তি}
ক্যোয়ারী প্যারামিটার
পরামিতি
names[]
string
প্রয়োজন। পুনরুদ্ধার করার জন্য অ্যাক্সেস বাইন্ডিংয়ের নাম। একটি ব্যাচে সর্বাধিক 1000টি অ্যাক্সেস বাইন্ডিং পুনরুদ্ধার করা যেতে পারে। বিন্যাস: - অ্যাকাউন্ট/{account}/accessBindings/{accessBinding} - বৈশিষ্ট্য/{property}/accessBindings/{accessBinding}
[[["সহজে বোঝা যায়","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-24 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`"]]