dementad
12 years agoGenius
Bulk change to user email addresses
Our company was purchased some time ago and I now have a couple of hundred users who have an invalid [old company] email address. Is there anyway I can change all those users' email addresses from @...
- 12 years ago
Here are three potential ways you could bulk-change email addresses:
- If you use SSO and you manage user email addresses, you could write a script that hits a community page with an sso token for each of the users you would like to change the email for with the modified email address.
- If Lithium manages email addresses for each user, you could write a script that makes user/id/[id]/set REST API calls as an admin user to change the user email address.
- Lithium also has a user import feature that can be turned on which would allow you to upload a csv to change user email addresses, but it requires configuration which would need to be done via a professional services engagement.
-Doug