Get

Gets a user's Account & Container access

1 variables
8 variables

Gets a user's Account & Container access

Authorization

To use this building block you will have to grant access to at least one of the following scopes:

  • Manage user permissions of your Google Tag Manager account and container

Input

This building block consumes 1 input parameters

  = Parameter name
  = Format

path STRING Required

GTM UserPermission's API relative path. Example: accounts/{account_id}/user_permissions/{user_permission_id}

Output

This building block provides 8 output parameters

  = Parameter name
  = Format

accountAccess OBJECT

Defines the Google Tag Manager Account access permissions

accountAccess.permission ENUMERATION

Whether the user has no access, user access, or admin access to an account

accountId STRING

The Account ID uniquely identifies the GTM Account

containerAccess[] OBJECT

Defines the Google Tag Manager Container access permissions

containerAccess[].containerId STRING

GTM Container ID

containerAccess[].permission ENUMERATION

List of Container permissions

emailAddress STRING

User's email address

path STRING

GTM UserPermission's API relative path