You can acces your User information by retrieving the current user in your microflow. The best way to do this is by creating a retrieve in your microflow with the following properties:
Retrieve: User from database Range: First XPath: [id = $currentUser]
The only problem is that you can't access the id, so I would suggest using something else like the Name or another unique identifier.