on 2023 May 19 1:01 PM
Hi,
In my application I can see single email email id is added to different account and each account has different UID. If this is the case when user logins which UID will trigger.
Thanks
Request clarification before answering.
Hi Maheswari,
There are two fields in CDC which stores user's emails. First is an emails array having a list of verified and unverified emails and second is loginIDs array having a list of verified and unverified emails.
The login for an account happens only with the list of emails present in an account's loginID's array. The loginID is a unique identifier for accounts stored in CDC database. Hence, there cannot be a case having multiple accounts sharing same loginID.
However in your case, the multiple accounts sharing same email might be present in the "emails" array which doesn't impact the login process. Please let me know if you have any other questions.
Thanks and Regards,
Dhruv Jain
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Maheswari,
you can check a profile's fields via accounts.getAccountInfo or use the Profiles section in the CDC console. If you want to find accounts with specific emails set as verified emails or loginIDs use accounts.search.
Best,
Sebastian Schuck
User | Count |
---|---|
7 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.