cancel
Showing results for 
Search instead for 
Did you mean: 

How to add multiple email ids user account

0 Kudos
966

Hi,

It is possible to add multiple email in users account in CDC also it can be possible through API. But I need to add additional email ids for 200+ users. In data flow how can we do this or please suggest any other better way

View Entire Topic
SebastianSchuck
Active Participant

Hey,

yes CDC account profiles can have multiple emails. Have a look at accounts.setAccountInfo to see how you can update an account's information via REST API calls.

You can use the same endpoint in a dataflow via the datasource.write.gigya.account component.

Hope this helps.

Best,
Sebastian Schuck

0 Kudos

Thank you so much it worked