Method: properties.accessBindings.batchCreate

  • Creates multiple access bindings for an account or property within a single transactional operation.

  • Utilizes an HTTP POST request to https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/accessBindings:batchCreate with path parameter specifying the parent account or property.

  • Requires a JSON request body containing an array of CreateAccessBindingRequest objects, each defining an access binding to be created.

  • Returns a BatchCreateAccessBindingsResponse upon successful creation of the access bindings.

  • Needs authorization with the https://www.googleapis.com/auth/analytics.manage.users scope.

Creates information about multiple access bindings to an account or property.

This method is transactional. If any AccessBinding cannot be created, none of the AccessBindings will be created.

HTTP request

POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/accessBindings:batchCreate

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The account or property that owns the access bindings. The parent field in the CreateAccessBindingRequest messages must either be empty or match this field. Formats: - accounts/{account} - properties/{property}

Request body

The request body contains data with the following structure:

JSON representation
{
  "requests": [
    {
      object (CreateAccessBindingRequest)
    }
  ]
}
Fields
requests[]

object (CreateAccessBindingRequest)

Required. The requests specifying the access bindings to create. A maximum of 1000 access bindings can be created in a batch.

Response body

If successful, the response body contains an instance of BatchCreateAccessBindingsResponse.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/analytics.manage.users