Hi @fractal ,
When bulk import users, with upsert: true
the existing user profile will be overwritten. That’s the behavior you observed.
To avoid this, please export the user profile first, make the changes to the export file, and import it again.
In this FAQ, note #7 mentioned this limitation.
Hope this helps!