cancel
Showing results for 
Search instead for 
Did you mean: 

Export Gigya accounts include password

0 Kudos
600

I am export gigya accounts(include password field) to s3 using Dataflows, but all password in csv result is empty.

Do we have any way to export or migrate account include password?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

KunalBansal
Active Contributor
0 Kudos

Hi Quang,

It's restricted and not possible to export the passwords from Gigya to SFTP, while, you can Import Hashed passwords to Gigya from SFTP.

Please refer to Export from Gigya to SFTP.

Also refer to blog - https://www.sap.com/cxworks/article/2589633943/migrating_to_sap_customer_data_cloud_mastering_passwo...

Best Regards,

Kunal

Answers (1)

Answers (1)

0 Kudos

Hi Quang,

It should be possible to export the hashed password of the user using the accounts.search REST API method. That said, users can exist in the database with a null password value (e.g. social login, federated login, or user could have been created without a password via API, etc.).

I would recommend validating that the test data has a password first before trying to export it using search, by calling the accounts.getAccountInfo REST API method with the "include" parameter set to "profile, data, password" to check that the account(s) you are testing with actually have a password.

If you still have issues with this please do not hesitate to submit an incident through the SAP ONE Support Launchpad to the "Customer Data Cloud" product or "CEC-PRO" component for further assistance.

Thank you.

Best Regards,
Joshua