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