Problem statement
We are planning on bulk importing database users to our tenant, but we have Actions that are intended to run when new users sign up. Do we need to do anything to prevent these Actions from running when importing users?
Solution
Actions do not execute during a Bulk User Import. However, Actions will run if you migrate through a custom database connection with Import Mode enabled since the migration occurs during a successful login.