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=properties/*/accessBindings/*} with the access binding name specified as a path parameter.
The request body should contain an instance of AccessBinding, and a successful response will return an updated instance of AccessBinding.
Authorization requires the https://www.googleapis.com/auth/analytics.manage.users OAuth 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 document details updating an access binding on an account or property using a PATCH request. The endpoint is `https://analyticsadmin.googleapis.com/v1alpha/{accessBinding.name=properties/*/accessBindings/*}`, where `accessBinding.name` specifies the resource. The request body uses the `AccessBinding` resource, which will also be returned if the request is successful. This operation requires the `https://www.googleapis.com/auth/analytics.manage.users` OAuth scope.\n"]]