Endpoint Get All Members in All Lists
Name
get_list_members_all
Description
Get information about all members in all lists. [API reference]
Related Tables
Parameters
Parameter | Required | Options | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Name:
Label: Email Type The email type. |
|
|||||||||||||||||||||||||||
Name:
Label: Status The subscriber's status. Possible values: subscribed, unsubscribed, cleaned, pending, transactional, or archived. |
|
|||||||||||||||||||||||||||
Name:
Label: Since Timestamp Opt (Format: 2015-10-21T15:41:36) Restrict results to subscribers who opted-in after the set timeframe. Uses ISO 8601 time format: 2015-10-21T15:41:36+00:00. |
|
|||||||||||||||||||||||||||
Name:
Label: Before Timestamp Opt (Format: 2015-10-21T15:41:36) Restrict results to subscribers who opted-in before the set timeframe. Uses ISO 8601 time format: 2015-10-21T15:41:36+00:00. |
|
|||||||||||||||||||||||||||
Name:
Label: Since Last Changed (Format: 2015-10-21T15:41:36) Restrict results to subscribers whose information changed after the set timeframe. Uses ISO 8601 time format: 2015-10-21T15:41:36+00:00. |
|
|||||||||||||||||||||||||||
Name:
Label: Before Last Changed (Format: 2015-10-21T15:41:36) Restrict results to subscribers whose information changed before the set timeframe. Uses ISO 8601 time format: 2015-10-21T15:41:36+00:00. |
|
|||||||||||||||||||||||||||
Name:
Label: Unique Email Id A unique identifier for the email address across all Mailchimp lists. |
||||||||||||||||||||||||||||
Name:
Label: VIP Only A filter to return only the list's VIP members. Passing true will restrict results to VIP list members, passing false will return all list members. |
|
|||||||||||||||||||||||||||
Name:
Label: Interest Category Id The unique id for the interest category. |
||||||||||||||||||||||||||||
Name:
Label: Interest Ids Used to filter list members by interests. Must be accompanied by interest_category_id and interest_match. The value must be a comma separated list of interest ids present for any supplied interest categories. |
||||||||||||||||||||||||||||
Name:
Label: Interest Match Used to filter list members by interests. Must be accompanied by interest_category_id and interest_ids. 'any' will match a member with any of the interest supplied, 'all' will only match members with every interest supplied, and 'none' will match members without any of the interest supplied. Possible values: 'any', 'all', or 'none'. |
||||||||||||||||||||||||||||
Name:
Label: Since Last Campaign Filter subscribers by those subscribed/unsubscribed/pending/cleaned since last email campaign send. Member status is required to use this filter. |
|
|||||||||||||||||||||||||||
Name:
Label: Unsubscribed Since (Format: 2015-10-21T15:41:36) Filter subscribers by those unsubscribed since a specific date. Using any status other than unsubscribed with this filter will result in an error. |
|
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Description |
---|---|---|---|---|
Id |
DT_WSTR
|
nvarchar(200)
|
200 | |
ListId |
DT_WSTR
|
nvarchar(200)
|
200 | |
EmailAddress |
DT_WSTR
|
nvarchar(200)
|
200 | |
UniqueEmailId |
DT_WSTR
|
nvarchar(200)
|
200 | |
ContactId |
DT_WSTR
|
nvarchar(200)
|
200 | |
FullName |
DT_WSTR
|
nvarchar(100)
|
100 | |
WebId |
DT_I4
|
int
|
||
EmailType |
DT_WSTR
|
nvarchar(20)
|
20 | |
Status |
DT_WSTR
|
nvarchar(20)
|
20 | |
ConsentsToOneToOneMessaging |
DT_BOOL
|
bit
|
||
FirstName |
DT_WSTR
|
nvarchar(50)
|
50 | |
LastName |
DT_WSTR
|
nvarchar(50)
|
50 | |
AddressLine1 |
DT_WSTR
|
nvarchar(200)
|
200 | |
AddressLine2 |
DT_WSTR
|
nvarchar(200)
|
200 | |
City |
DT_WSTR
|
nvarchar(200)
|
200 | |
State |
DT_WSTR
|
nvarchar(100)
|
100 | |
Zip |
DT_WSTR
|
nvarchar(20)
|
20 | |
Country |
DT_WSTR
|
nvarchar(100)
|
100 | |
Phone |
DT_WSTR
|
nvarchar(50)
|
50 | |
Birthday |
DT_WSTR
|
nvarchar(50)
|
50 | |
StatsAvgOpenRate |
DT_I4
|
int
|
||
StatsAvgClickRate |
DT_I4
|
int
|
||
IpSignup |
DT_WSTR
|
nvarchar(200)
|
200 | |
TimestampSignup |
DT_DBTIMESTAMP
|
datetime
|
||
IpOpt |
DT_WSTR
|
nvarchar(200)
|
200 | |
TimestampOpt |
DT_DBTIMESTAMP
|
datetime
|
||
MemberRating |
DT_I4
|
int
|
||
LastChanged |
DT_DBTIMESTAMP
|
datetime
|
||
Language |
DT_WSTR
|
nvarchar(100)
|
100 | |
Vip |
DT_BOOL
|
bit
|
||
EmailClient |
DT_WSTR
|
nvarchar(200)
|
200 | |
Latitude |
DT_I4
|
int
|
||
Longitude |
DT_I4
|
int
|
||
LocationGmtOff |
DT_I4
|
int
|
||
LocationDstOff |
DT_I4
|
int
|
||
CountryCode |
DT_WSTR
|
nvarchar(100)
|
100 | |
TimeZone |
DT_WSTR
|
nvarchar(100)
|
100 | |
Region |
DT_WSTR
|
nvarchar(100)
|
100 | |
Source |
DT_WSTR
|
nvarchar(100)
|
100 | |
TagsCount |
DT_I4
|
int
|
||
Tags |
DT_WSTR
|
nvarchar(4000)
|
4000 |
Input Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime. |
Examples
SSIS
Use Mailchimp Connector in API Source or in API Destination SSIS Data Flow components to read or write data.
API Source
This Endpoint belongs to the ListMembersBulk table, therefore it is better to use it, instead of accessing the endpoint directly:
Optional Parameters | |
---|---|
Email Type | |
Status | |
Since Timestamp Opt (Format: 2015-10-21T15:41:36) | |
Before Timestamp Opt (Format: 2015-10-21T15:41:36) | |
Since Last Changed (Format: 2015-10-21T15:41:36) | |
Before Last Changed (Format: 2015-10-21T15:41:36) | |
Unique Email Id | |
VIP Only | |
Interest Category Id | |
Interest Ids | |
Interest Match | |
Since Last Campaign | |
Unsubscribed Since (Format: 2015-10-21T15:41:36) |

API Destination
This Endpoint belongs to the ListMembersBulk table, therefore it is better to use it, instead of accessing the endpoint directly. Use this table and table-operation pair to get all members in all lists:
Optional Parameters | |
---|---|
Email Type | |
Status | |
Since Timestamp Opt (Format: 2015-10-21T15:41:36) | |
Before Timestamp Opt (Format: 2015-10-21T15:41:36) | |
Since Last Changed (Format: 2015-10-21T15:41:36) | |
Before Last Changed (Format: 2015-10-21T15:41:36) | |
Unique Email Id | |
VIP Only | |
Interest Category Id | |
Interest Ids | |
Interest Match | |
Since Last Campaign | |
Unsubscribed Since (Format: 2015-10-21T15:41:36) |

ODBC application
Use these SQL queries in your ODBC application data source:
Get all members in all lists
SELECT * FROM ListMembersBulk
get_list_members_all
endpoint belongs to
ListMembersBulk
table(s), and can therefore be used via those table(s).
SQL Server
Use these SQL queries in SQL Server after you create a data source in Data Gateway:
Get all members in all lists
DECLARE @MyQuery NVARCHAR(MAX) = 'SELECT * FROM ListMembersBulk';
EXEC (@MyQuery) AT [LS_TO_MAILCHIMP_IN_GATEWAY];
get_list_members_all
endpoint belongs to
ListMembersBulk
table(s), and can therefore be used via those table(s).