powered by
Retrieve user groups by user
ac_get_group_by_user(user_id)
tibble with user groups
IDs of users
if (FALSE) { Sys.setenv('ACTIVECAMPAGN_API_TOKEN' = "YOUR_TOKEN") Sys.setenv('ACTIVECAMPAGN_API_URL' = "https://.api-us1.com") user_groups <- ac_get_group_by_user(c(11, 54, 67)) }
Run the code above in your browser using DataLab