AI-generated Key Takeaways
- 
          The accessBindings:batchUpdatemethod updates multiple access bindings to an account or property.
- 
          The HTTP request uses the POST method and specifies the parent account or property in the URL path. 
- 
          The request body includes a list of UpdateAccessBindingRequestobjects, with a maximum of 1000 requests allowed in a batch.
- 
          A successful response body contains a BatchUpdateAccessBindingsResponseobject.
- 
          Authorization requires the https://www.googleapis.com/auth/analytics.manage.usersOAuth scope.
Updates information about multiple access bindings to an account or property.
HTTP request
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/accessBindings:batchUpdate
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| parent | 
 Required. The account or property that owns the access bindings. The parent of all provided AccessBinding in UpdateAccessBindingRequest messages must match this field. Formats: - accounts/{account} - properties/{property} | 
Request body
The request body contains data with the following structure:
| JSON representation | 
|---|
| {
  "requests": [
    {
      object ( | 
| Fields | |
|---|---|
| requests[] | 
 Required. The requests specifying the access bindings to update. A maximum of 1000 access bindings can be updated in a batch. | 
Response body
If successful, the response body contains an instance of BatchUpdateAccessBindingsResponse.
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/analytics.manage.users