ADO.NET Provider for Mailchimp

Build 24.0.9175

ListMemberTags

Tags assigned to specific members.

Table Specific Information

SELECT is supported for ListMemberTags.

Select


SELECT Id, Name, TimeAdded FROM ListMemberTags WHERE ListId = '12345';

Columns

Name Type Description
Id [KEY] String The unique ID of the tag.
Name String Name of the tag. When inserting, if the name doesn't exist, it will be created and then assigned to the member specified.
TimeAdded Datetime Date and time the tag was added to the member.
ListId String The ID of the list on which the member of this tag belongs to.
MemberId String The ID of the member this tag is assigned to.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9175