I am developing an app where I need to enroll new user to our system by adding them in Users(Systems table) table. Flow of my app is:
Admin Login to app -> Admin present Add Customer form -> call Backendless register user service to add new customer in Users.
After successfull User registeration, when i do Backendless.UserService.getCurrentUser(), it returns the new added user, not the one(Admin) who logged in.
I need help your help, how can I just register user without changing the current User ?