All Users to Organization

Moin Moin,

how can i push all exits Users in to an Organization with zammad console?

Thanks

About how many users are we talking here?
Please note that organizations can cause serious performance issues.

Dangerzone
# Move all unassigned users into one organization (DANGEROUS)
zammad run rails r "User.where(organization_id: nil).update_all(organization_id: <ID>)"

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.