Creating users in Business Logic using JS

Hi,

Can anyone detail the process of creating (registering) a new user in Business Logic using JS?

P.S. I cannot use Before and After as a new data has to be added after a http request.

Hi!

In this case you can use custom event handler:
https://backendless.com/documentation/business-logic/js/bl_custom_events.htm
User registration code examples (async methods):
https://backendless.com/documentation/users/js/users_user_registration.htm
Hope it will help.
Kate.