Symptom
Imported accounts contain the same "identities" data in both "profile" & "identities" objects when setting two params "profile" & "identities" with different data in accounts.importFullAccount request.
Example:
accounts.importFullAccount request contains:
profile:
{
"firstName": "firstProfile",
"lastName": "lastProfile",
}
Identities:
[
{
"firstName": "firstID",
"lastName": "lastID",
}
]
Result:
a new account created with the data below
profile:
{
"firstName": "firstID",
"lastName": "lastID",
}
Identities:
[
{
"firstName": "firstID",
"lastName": "lastID",
}
]
Read more...
Environment
- SAP Customer Data Cloud
- Core ETL / IdentitySync
- REST APIs
Product
Keywords
import, account, full, accounts.importFullAccount, importFullAccount, profile, identities, object, same, different, data, wrong , KBA , CEC-PRO-EXT , Platform Extensibility (IdentitySync, Webhooks, Extensions) , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.