cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the login user details?

Former Member
0 Kudos

Hi Gurus,

How to see the logged in user in Portal.

Thanks in Advance,

Dharani

Accepted Solutions (0)

Answers (1)

Answers (1)

prashil
Advisor
Advisor
0 Kudos

Hi Dharani,

I hope you want to write the code in Java to get the logged in user.

You need to use standard api, to get the logged in user.

You have to create a page request object and session object which will help you to retrieve the IUser.

You can get the logged in user with the standard method written in interface (getUser).

Regards,

Prashil