Method: properties.accessBindings.list
किसी खाते या प्रॉपर्टी की सभी ऐक्सेस बाइंडिंग की सूची बनाता है.
एचटीटीपी अनुरोध
GET https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/accessBindings
यह यूआरएल gRPC ट्रांसकोडिंग सिंटैक्स का इस्तेमाल करता है.
पाथ के पैरामीटर
पैरामीटर |
parent |
string
ज़रूरी है. फ़ॉर्मैट: - खाते/{account} - प्रॉपर्टीज़/{property}
|
क्वेरी पैरामीटर
पैरामीटर |
pageSize |
integer
लौटाए जाने वाले ऐक्सेस बाइंडिंग की ज़्यादा से ज़्यादा संख्या. सेवा इस वैल्यू से कम वैल्यू दिखा सकती है. अगर इन्हें तय नहीं किया गया है, तो ज़्यादा से ज़्यादा 200 ऐक्सेस बाइंडिंग दिखेंगी. वैल्यू ज़्यादा से ज़्यादा 500 है. 500 से ज़्यादा की वैल्यू को 500 पर लागू किया जाएगा.
|
pageToken |
string
पिछले accessBindings.list कॉल से मिला पेज टोकन. बाद वाला पेज फिर से पाने के लिए यह विकल्प दें. पेज पर नंबर जोड़ते समय, accessBindings.list को दिए गए अन्य सभी पैरामीटर, उस कॉल से मेल खाने चाहिए जो पेज टोकन दिया गया था.
|
अनुरोध का मुख्य भाग
अनुरोध का मुख्य हिस्सा खाली होना चाहिए.
जवाब का मुख्य हिस्सा
कामयाब रहने पर, जवाब के मुख्य हिस्से में ListAccessBindingsResponse
का एक इंस्टेंस शामिल किया जाता है.
अनुमति के दायरे
इनमें से किसी एक OAuth दायरों की ज़रूरत होती है:
https://www.googleapis.com/auth/analytics.manage.users.readonly
https://www.googleapis.com/auth/analytics.manage.users
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-04-02 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-04-02 (UTC) को अपडेट किया गया."],[[["Lists all access bindings, which control user permissions, for a given Google Analytics 4 property or account."],["The API request requires specifying the parent property or account using the `parent` path parameter."],["You can control the number of results and retrieve subsequent pages using the `pageSize` and `pageToken` query parameters."],["Requires authorization with specific OAuth scopes to manage or view user access."]]],["This document outlines how to list access bindings for Google Analytics accounts or properties. A `GET` request is sent to a specified URL, including a required `parent` path parameter (account or property ID). Optional query parameters `pageSize` (max 500) and `pageToken` (for pagination) can be used. The request body is empty. A successful response returns a `ListAccessBindingsResponse`. The request requires specific OAuth scopes for read or manage user permissions.\n"]]