user_permissions_create
Grant a user access to a Google Tag Manager account by specifying their email, account-level permission, and optional container-level permissions.
Instructions
[WRITE] Grant a user access to a GTM account (and optionally containers). Requires GTM_MCP_ENABLE_WRITES=true and confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountId | Yes | The GTM account ID. | |
| emailAddress | Yes | Email address of the user to grant access to. | |
| accountPermission | No | Account-level permission. | |
| containerAccess | No | Per-container access entries. | |
| confirm | Yes | Must be true to confirm this write operation. |