Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This page provides information on how to retrieve details about an access binding using a GET request to the specified Google Analytics Admin API endpoint.
The request requires a name parameter in the URL path to identify the specific access binding.
The request body must be empty, and a successful response will contain an AccessBinding instance.
Authorization for this request requires one of two specified OAuth scopes related to managing Analytics users.
Required. The name of the access binding to retrieve. Formats: - accounts/{account}/accessBindings/{accessBinding} - properties/{property}/accessBindings/{accessBinding}
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of AccessBinding.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[],["This document outlines the process for retrieving access binding information via an HTTP GET request. The request is directed to a specific URL using gRPC Transcoding syntax, with the required `name` parameter specifying the access binding's location within `accounts` or `properties`. The request body must be empty. A successful response returns an `AccessBinding` instance. Authorization requires one of two specified OAuth scopes, allowing either read-only or full management of user access.\n"]]