Hello All,
I have to display a small popup for all US users on an fusion UI. The popup is done with adding a HTML markup component on the UI. Now the requirement is to display it only for the US users. So is there way to get the org_id for the logged in user and I can use it in EL of the HTML markup ?
I have tried below options but not working-
#{webCenterProfile[securityContext.userName].organization}
#{webCenterProfile[securityContext.userName].organizationalUnit}
Thanks,