I'm working on Outsystems 11 and we are building a React application.
The system will have an administration page. And we need to logout a specific user that has lost their role. We are aware that Outsystems has a built-in function LogOut
in the module Users
and System
, but this function only logs out the current user.
Do we have a simple way to do that?
Thanks for sharing your thoughts.