adobe-apiplatform / user-sync.py

Application for synchronizing Adobe customer directories via the User Management API
https://adobe-apiplatform.github.io/user-sync.py/en/user-manual/
MIT License
87 stars 67 forks source link

Inaccurate UST Action Summary #807

Closed ddybvig-adobe closed 1 year ago

ddybvig-adobe commented 1 year ago

Description The UST Action Summary reports a "new Adobe user(s) added" when a given email ID is marked for Federated ID creation even if it then gets skipped because an Adobe ID is already associated with that email ID. Steps to reproduce

Expected behavior In this case, since the Federated ID creation gets skipped over because of the preexisting Adobe ID, the UST Action Summary should not report that a new Adobe user was added.

Screenshots Here is the CSV file input I used for this user: image Here is the target Admin Console showing an Adobe ID already associated with the email adobe3@seaofcarag.com: image And here is the resulting output and action summary: image The action summary reports 1 new Adobe user added, yet there were no UMAPI actions sent and no user was in fact created on this run, so it should say 0. This has caused confusion for at least one customer as they parse through their UST action summaries.

Environment