ga4_update_property_access_binding
Modify user roles on a Google Analytics 4 property by specifying the access binding and target roles. Requires write access and confirmation to apply.
Instructions
[GA4 WRITE] Change a user's roles on a property (needs analytics.manage.users). Pass only the fields to change; updateMask is derived from them (override with an explicit updateMask for nested paths). Requires GA4_MCP_ENABLE_WRITES=true and confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Full resource name of the property access binding to target, e.g. "properties/123/…/456". | |
| roles | Yes | ||
| confirm | Yes | Must be true to apply the change. | |
| updateMask | No | Comma-separated field paths to update. Omit to derive from the supplied fields. |