Get Logged In User's Email ID

Hi @makarand_b

This solution returns the value “You” instead of the actual name of the user!

Kind regards,

For fetching logged in user’s ID, try

frappe.session.user

4 Likes

Hi @jaichavan

This works fine for user ID though I was also hoping to get the actual Full Name

Thanks a lot

For seeking Full Name, try:

frappe.session.user_fullname

1 Like

Works for me:

19

Hi @jaichavan

This works perfectly. Thank you!

Kind regards,
Olawale