We have a requirement where an email needs to be sent to Admin every time user account is created or modified. It could be even using a process model, but I am unable to find the right solution for this use case.
Discussion posts and replies are publicly visible
You could have a process monitor the user_management.csv log and send an email whenever it detects a user create event.