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)
Hi garyamort,
did you ever figure this out. I want to do a similar thing (I think the question is pretty clear). Did you find an API or is there some CB call you can make to hack what you needed? I'd really like to know.
Hi,
has anyone worked this out?
I'm in the same situation. We are integrating our site with an external one and we need to register users through code.
Is there an API or a code snippet that can be used to register a user through code.