AI-generated Key Takeaways
-
This document outlines how to create an access binding on an account or property using an HTTP POST request.
-
The request requires a
parent
path parameter specifying the account or property to create the binding on. -
The request body contains an instance of
AccessBinding
, and the successful response body also contains an instance ofAccessBinding
. -
Creating an access binding requires the
https://www.googleapis.com/auth/analytics.manage.users
authorization scope.
Creates an access binding on an account or property.
HTTP request
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/accessBindings
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Formats: - accounts/{account} - properties/{property} |
Request body
The request body contains an instance of AccessBinding
.
Response body
If successful, the response body contains a newly created instance of AccessBinding
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/analytics.manage.users