cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Get User details from MII

Former Member
0 Kudos
1,808

Hi Experts,

In our MII system the users area created and stored through the UME of NetWeaver. I can get the logged on user through the 'IllumLoginName' variable.Is there a way to get the details of the user stored in NetWeaver? I would like to retrieve the full name of the person, presumably starting from the username.

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Philippe,

One option I can suggest to get full name of current user in UI

Full Name:     document.AppletName.getPropertyValue("FullName")

To get Email ID you can try Email in place of FullName.

you can also use below URL to get user details you have to pass user name.

http://<Server:port>/XMII/Illuminator?Mode=UserAttribList&Service=Admin&Group=<userName>&Content-Typ...

Hope it helps!!

Thanks & Regards,

Manoj Bilthare

Answers (0)