I am in a deployment phase where I need to change user profile attributes and massively push them to over 250 accounts.
Out of these 250 accounts, there are 4 groups of changes and I have applied attribute changes to 4 tests users (for testing purpose).
I have exported key attributes onto an XML file (for each test users) so I now have 4 XML files ready to push out.
We don't want to go through manually opening up all these 250 accounts one by one and import the XML for everyone of them. Also, we will have multiple deployment phases always requiring attribute changes so we will need to do it again a few more times.
Is there a SQL update command I can use to push these attribute changes directly to these users?