Hi. Can anyone tell me what is the way of getting the details (fullname,email,etc) of the current logged in user using the powerapps component framework. Thank you.
you can get user name and userid and security roles of the user from context.userSettings.
context.userSettings.userName
However, if you need other user attributes, you may need to use context.webapi.retrieve to query uer entity with userid
Hi @ThareLyn :
User's info is available under context.userSettings.
I think this link will help you a lot:
In addition,you can also refer to this post:
How to display the current user information by code?
Best Regards,
Bof
WarrenBelz
109
Most Valuable Professional
Michael E. Gernaey
82
Super User 2025 Season 1
MS.Ragavendar
72