[SalesForce] REST api – Update email and status subscriber into AllSubscribers

I am studing the api call to insert/update (upsert) one or more subscribers both in a dedicated data extension and AllSubscribers at the same time.

I found this api calls:
https://developer.salesforce.com/docs/atlas.en-us.mc-apis.meta/mc-apis/createContacts.htm (for insert)
https://developer.salesforce.com/docs/atlas.en-us.mc-apis.meta/mc-apis/updateContacts.htm (for update)

I can insert or update records in both structure but I can't update the status and email information on AllSubscribers.

Have you any idea? Exist other calls?

Thanks in advance.

Best Answer

To access All Subscribers you need to use the SOAP API as described on the API overview in the documentation.

Related Topic