We have a bunch of users that we'd like to move to another Organisation, is there a way to achieve this in bulk?
JuVDC
Login to your db and run an update query to update the org_id.
Cheers.
To add a little to that grab the id of the org thjat you want to move people do. Then update the users org_id at the DB level with the new org id.