Skip to main content

findSubscribersBy

Finds subscribers that match a subscriber source filter and the whereAttribute. At least one of the two types of filter should be used. The type that is not used can be set to null.

InputTypeDescription
tokenAuthTokenAuthorization token.
sourceIdentifierxs:intSubscriber source identifier.
filterIdxs:intSubscriber source filter identifier.
useBaseFilterxs:booleanEnables the base filter to be used or not (legacy mode). Using the base filter allows a more complex query to be created.
selectedAttributeString[]Enables only the used subscriber source attributes to be returned. Set to null to return everything but the attributes.
whereAttributeSubscriberAttributeFilter[]List of SubscriberAttributeFilters
paginationPaginationPagination
OutputTypeDescription
SubscribersA group of subscribers.