AI-generated Key Takeaways
-
This page details how to create an access binding on an account or property using a POST request.
-
The request requires a
parent
parameter which specifies the account or property in the URL. -
The request body contains an instance of
AccessBinding
. -
A successful response body will contain the newly created
AccessBinding
. -
Authorization requires the
https://www.googleapis.com/auth/analytics.manage.users
OAuth scope.
Creates an access binding on an account or property.
HTTP request
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=accounts/*}/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