View source: R/ac_get_group_by_user.R
| ac_get_group_by_user | R Documentation |
Retrieve user groups by user
ac_get_group_by_user(user_id)
user_id |
IDs of users |
tibble with user groups
## Not run:
Sys.setenv('ACTIVECAMPAGN_API_TOKEN' = "YOUR_TOKEN")
Sys.setenv('ACTIVECAMPAGN_API_URL' = "https://<your-account>.api-us1.com")
user_groups <- ac_get_group_by_user(c(11, 54, 67))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.