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.
Solved! Go to Solution.
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
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
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
User | Count |
---|---|
4 | |
3 | |
1 | |
1 | |
1 |
User | Count |
---|---|
6 | |
5 | |
4 | |
3 | |
1 |