This KB only applies to authorized Sales Cookie operators.
- Go to Debug > Change Email
- Complete the form
- Current Email = old email address of a user (MUST exist)
- New Email = new email address to switch to (this user may or may not already exist in Sales Cookie)
- Click on Change

Some key considerations:
- Each user has a single user record with a unique email
- Each user may have different identities pointing at it
- For example, 3 identities are associated with a single user whose email is johndoe@example.com.
- Microsoft identity with email johndoe@example.com
- Google identity with email johndoe@example.com
- LinkedIn identity with email johndoe@example.com
- We have an old email which we want to change to a new email
- There are many statements / records linked to users, so we need to keep the same user record (same SQL ID) when we change emails.
There are two cases:
- New user / email does NOT exist in Sales Cookie
- Update email address on the old user record to new email address
- Delete any identity previously associated with this user
- New user / email already exists in Sales Cookie
- Update email address on the old user record to new email address
- Update email address on the new user record to old email address
- Swap used identities associated with each user
- Update default aliases on each user
Here are different scenarios and how they are handled:
- If the new email is NOT in-use in Sales Cookie
- The user will have to perform a "Sign Up" action and choose a new password
- The user will have to accept Terms of Service

- If the new email is already in-use in Sales Cookie
- The user can sign normally with their existing password
- Signing up or resetting credentials is not required
- Content associated with each user (ex: commission statements) will be swapped
- Content associated with the old email will appear under the new email
- Content associated with the new email will appear under the old email
- There is no way currently to merge 2 user accounts into one
- User aliases are updated after changing email addresses