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.
| Input | Type | Description |
|---|---|---|
| token | AuthToken | Authorization token. |
| sourceIdentifier | xs:int | Subscriber source identifier. |
| filterId | xs:int | Subscriber source filter identifier. |
| useBaseFilter | xs:boolean | Enables the base filter to be used or not (legacy mode). Using the base filter allows a more complex query to be created. |
| selectedAttribute | String[] | Enables only the used subscriber source attributes to be returned. Set to null to return everything but the attributes. |
| whereAttribute | SubscriberAttributeFilter[] | List of SubscriberAttributeFilters |
| pagination | Pagination | Pagination |
| Output | Type | Description |
|---|---|---|
| Subscribers | A group of subscribers. |