Help with Accounts.createUser

I am trying to set up an admin section where an admin can create a user and I am having some issues. I am not sure what I am missing. I have commented all the code out and just made a call to ‘debug’ where it console logged on the server and that worked so I know it is seeing the ‘event’

When I run meteor mongo and do db.users.find() nothing gets returned so I know it’s not creating the user. I have tried a few things so please let me know if there’s any additional info you might need.

Found a one bug with organization vs organizations. I tried to use the debugger thing that @joshowens posted in another thread but my browser doesn’t show me any info when I go to the url provided and I have debugger in my code.

There doesn’t seem to be a users.insert function call in you addUser method.