Is there a CB API for creating a new user?
I see that I can register a script to run before or after the create user request, but what I want is to call the create user event from another component if the user doesn't already exist. (Specifically, right now AdsManager will update the tables directly to add a user, but this bypasses the CB sending of an confirmation email and auto registers and auto approves the user, I'd rather have CB create the userid)