get_list_member: Get information about a specific list member

Description Usage Arguments Value Examples

View source: R/GET_lists.R

Description

Get information about a specific list member, including a currently subscribed, unsubscribed, or bounced member.

Usage

1
2
get_list_member(list_id = NULL, subscriber_hash = NULL, apikey = NULL,
  user = "anystring", ...)

Arguments

list_id

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

subscriber_hash

The MD5 hash of the lowercase version of the list member<e2><80><99>s email address.

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:**
mymember <- get_list_member(apikey = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-usxx", list_id = "xxxxxxxxxx", subscriber_hash = "xxxxxxxxxx")
## End(**Not run**)

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