addSubscriber
Adds a subscriber to a subscriber source.
| Input | Type | Description |
|---|---|---|
| token | AuthToken | Authorization token.. |
| sourceIdentifier | xs:int | Subscriber source identifier. |
| subscriber | Subscriber | A subscriber. If the SubscriberSource subscriberIdentifierFieldName is set, the Identifier attribute value is required. Otherwise, it is ignored. |
| Output | Type | Description |
|---|---|---|
| Subscriber | The newly created subscriber. |