- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates an admin access binding in the specified GMP organization.
HTTP request
PATCH https://marketingplatformadmin.googleapis.com/v1alpha/{adminAccessBinding.name=organizations/*/adminAccessBindings/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
adminAccessBinding.name |
Identifier. The resource name of this AdminAccessBinding. Format: organizations/{org_id}/adminAccessBindings/{admin_access_binding_id} Example: "organizations/123abc/adminAccessBindings/456def" |
Query parameters
| Parameters | |
|---|---|
updateMask |
Required. The list of fields to update. Field names must be in snake case (for example, "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields. This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of AdminAccessBinding.
Response body
If successful, the response body contains an instance of AdminAccessBinding.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/marketingplatformadmin.analytics.update