cancel
Showing results for 
Search instead for 
Did you mean: 

Current Userid in BLT

0 Kudos

Hello,

Is it possible to get who the current user is within a BLT without explicitly passing user Id to it.

The BLTBLT can be called either from a UI or as REST/SOAP web Service.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

former_member196557
Active Contributor
0 Kudos


Hi Suneel,

With MII14.0 and later you can use the Expression Editor functions username and userlocale to retrieve user information from within the transaction. I am not sure if these are available in earlier MII versions.

Regards, Steve

0 Kudos

Mighty helpful, Thanks a lot, Steve.

Former Member
0 Kudos

Thanks Steve. It is available in 12.2 as well.

Answers (1)

Answers (1)

Private_Member_14935
Active Participant
0 Kudos

Hi Suneel,

If you need to retrieve the current logged in user, then you can use the Admin service for it:

http://<server>:<port>/XMII/Illuminator?service=admin&mode=Who

You can check this link for a bigger list of available MII services:

Best Regards,

Ria