ga4_update_account_access_binding
Change a user's roles on a GA4 account by specifying the access binding resource name and roles. Requires explicit confirmation (confirm=true) to apply.
Instructions
[GA4 WRITE] Change a user's roles on an account (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 account 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. |