ফেরত দেওয়ার জন্য সর্বাধিক সংখ্যক অ্যাক্সেস বাইন্ডিং। পরিষেবাটি এই মানের থেকে কম ফেরত দিতে পারে। অনির্দিষ্ট থাকলে, সর্বাধিক 200টি অ্যাক্সেস বাইন্ডিং ফেরত দেওয়া হবে। সর্বোচ্চ মান 500; 500-এর উপরে মান 500-এ বাধ্য করা হবে।
pageToken
string
একটি পৃষ্ঠা টোকেন, একটি পূর্ববর্তী accessBindings.list কল থেকে প্রাপ্ত। পরবর্তী পৃষ্ঠাটি পুনরুদ্ধার করতে এটি প্রদান করুন। পেজিনেট করার সময়, accessBindings.list এ প্রদত্ত অন্যান্য সমস্ত প্যারামিটার অবশ্যই পেজ টোকেন প্রদানকারী কলের সাথে মেলে।
[[["সহজে বোঝা যায়","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-04-02 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["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"]]