Possibility to retrieve the MxAdmin username

0
Hi all, we were wondering if there is an option to retrieve the name of the admin user configured in the app security (https://docs.mendix.com/refguide/administrator/). We would like to use this inside of a Java Action or Microflow to adjust our Login behavior. Thanks for your help!
asked
2 answers
3
Core.getConfiguration.getAdminUserName();

 

answered
3

Hi Frederick,

By using $CurrentUser you can get the name of Admin .

answered