ज़रूरी है. फ़ॉर्मैट: - खाते/{account} - प्रॉपर्टीज़/{property}
क्वेरी पैरामीटर
पैरामीटर
pageSize
integer
लौटाए जाने वाले ऐक्सेस बाइंडिंग की ज़्यादा से ज़्यादा संख्या. सेवा इस वैल्यू से कम वैल्यू दिखा सकती है. अगर इन्हें तय नहीं किया गया है, तो ज़्यादा से ज़्यादा 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"]]