Tm1-ui-user directive

Hi Guys,

In the current canvas build, is the tm1-ui-user directive functionality accessible through $tm1UI?

Thanks!

Regards,
Gerhard

Hi @gpool,

You should be able to get the information from the following API:


// by instance i.g. on dev
$tm1Ui.applicationUser('dev'); 

// check on all instances
$tm1Ui.applicationUsers(); 


Paul

Thanks Paul!