Hi,
I’ve been struggling for getting User ID after user successfully register. I have tried using $platform[‘session’][‘user’][‘id’] but it always come back null (or 0). Is there any way we can get user ID in the register post.process server-side script?
Hello zerox12,
Thank you for help. You are right; I need to duplicate user information to another database. I’ve just almost given up and back using (only) laravel to create a web service until I saw your post. I’ve translated your code using PHP, and it works perfectly.
here is my code, hopefully, it could help someone out there who have the same problem.