gtm_permissions_get: gtm_permissions_get

Description Usage Arguments

View source: R/gtm_permissions_methods.R

Description

Get the a user's permissions in a GTM account.

Usage

1
2
3
4
5
6
7
gtm_permissions_get(
  account_id,
  permission_id,
  token,
  email = NULL,
  verbose = FALSE
)

Arguments

account_id

The ID of the account

token

An OAuth token object - needs to be set to 'manage users'

verbose

If you want a message letting you know that your results have been successfully retrieved. Defaults to FALSE

user_permission_id

The ID of the user permission

email_address

If you want to access the data via email address instead of the ID, you can set user_permission_id to NULL and then add the address here (warning: it's slower!)


neugelb/gtmr documentation built on June 25, 2020, 10:06 a.m.