Description Usage Arguments Value Examples
Get information about all members in a list segment
1 2  | get_list_segment_members(list_id = NULL, segment_id = NULL, apikey = NULL,
  user = "anystring", ...)
 | 
list_id | 
 The unique id for the list. Find the list id with   | 
segment_id | 
 The unique id for the segment.  | 
apikey | 
 API key for mailchimp account  | 
user | 
 User to use in authentication. Can be any string you like. Defaults to "anystring".  | 
... | 
 Query string parameters. See available parameters under READ here: API documentation.  | 
Response body parameters. See response parameters under READ here: API documentation.
1 2 3  | **## Not run:**
mysegment_members <- get_list_segment_members(apikey = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-usxx", list_id = "xxxxxxxxxx", segment_id = "xxxxxxxxxx")
## End(**Not run**)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.