Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
Updates an access binding on an account or property using an HTTP PATCH request.
The request should be sent to the URL https://analyticsadmin.googleapis.com/v1alpha/{accessBinding.name=accounts/*/accessBindings/*} with the access binding name specified as a path parameter.
The request body should contain an AccessBinding object with the desired updates.
Successful responses will also contain an AccessBinding object representing the updated binding.
Authorization requires the https://www.googleapis.com/auth/analytics.manage.users scope.
[[["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 2025-04-02 UTC."],[],["This describes how to update an access binding for an account or property using a PATCH request. The request URL includes the `accessBinding.name` as a path parameter. The request and response bodies use the `AccessBinding` format. Authorization requires the `https://www.googleapis.com/auth/analytics.manage.users` OAuth scope. The specific endpoint is `https://analyticsadmin.googleapis.com/v1alpha/{accessBinding.name=accounts/*/accessBindings/*}`. This employs gRPC Transcoding syntax.\n"]]