How to show current login user on page, with his/her user details like user Role, short name and Mail ID.

1
I want to show current login User on Home Page.
asked
1 answers
1

This can be done using a dataview with a datasource microflow, returning the details of the currentUser.

Retrieve from database

- Entity: account

- range: first

- Xpath: [id = $currentUser]

 

Showing details of the current user details - their account details- on a page... not sure if that is smart security wise. But that's up to you

answered