I have a custom Portal(web application) outside of WordPress for WordPress Users, In that portal, we need to get the user_id to maintain the records. I need to create a menu in WordPress which redirects to the Custom Portal(web application) with the user_id which logs in to the WordPress site.
I tried to create a menu in the Appearance section, the problem is I can only give the external link(of that portal) but not the user_id. How can I redirect a WordPress user to another custom Portal(web application) with the user_id?