get_list_segment_members: Get information about all members in a list segment

Description Usage Arguments Value Examples

View source: R/GET_lists.R

Description

Get information about all members in a list segment

Usage

1
2
get_list_segment_members(list_id = NULL, segment_id = NULL, apikey = NULL,
  user = "anystring", ...)

Arguments

list_id

The unique id for the list. Find the list id with get_lists.

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.

Value

Response body parameters. See response parameters under READ here: API documentation.

Examples

1
2
3
**## Not run:**
mysegment_members <- get_list_segment_members(apikey = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-usxx", list_id = "xxxxxxxxxx", segment_id = "xxxxxxxxxx")
## End(**Not run**)

56north/mailchimpR documentation built on May 5, 2019, 11:27 a.m.