On an internal network, the email administrators are changing the end of all Apex users' email addresses (i.e. @old to @new).
I see there are subroutines under apex_util to change the email. I wrote a procedure using apex_util.set_email to perform the change. It works but it only applies to users in the current workspace. Since we have multiple workspaces affected by the email change, I'd like to avoid logging in to each workspace.
Is there a good way to change all the emails for the entire instance?
Thanks,
Bart