How can I get current LogedIn Users name

0
I need to use LogedIn user name for some purpose, so how can I get current Logedin user’s name ?
asked
2 answers
3

Hi Mohammed,

you can use the “ManageMyAccount” microflow (and adjust it slightly).

The microflow should be already existing in your project (Marketplace modules/Adminstration/User Management/User).

 

answered
0

You can retrieve current user details from account.administration and can use the following xpath in it [id = $currentUser]

answered