user_permissions_create
Grant a user access to a GTM account with account-level and optional container-level permissions. Requires explicit confirmation and write mode enabled.
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 |
|---|---|---|---|
| confirm | Yes | Must be true to confirm this write operation. | |
| accountId | Yes | The GTM account ID. | |
| emailAddress | Yes | Email address of the user to grant access to. | |
| containerAccess | No | Per-container access entries. | |
| accountPermission | No | Account-level permission. |