-
Migrated
all_mailinglists()andfetch_mailinglist()from the deprecated
Research Core Contacts API endpoints to the XM Directory API endpoints, ahead
of Qualtrics retiring the old endpoints on June 30, 2026 (#386). The directory
ID is discovered automatically from the API (or can be set with the
QUALTRICS_DIRECTORY_IDenvironment variable), so no change to your code is
needed to keep these functions working.Note that the XM Directory endpoints return a different data shape, so code
that referenced the old column names will need to be updated:all_mailinglists(): theidcolumn is nowmailingListId; the
libraryId,category, andfoldercolumns are no longer returned; and
contactCount,ownerId, and creation/modification date columns are now
included.fetch_mailinglist(): theidcolumn is nowcontactId, and
externalDataReferenceis nowextRef.