
Hi all,
We have an app that captures user details as evidence.
We currently capture:
- Name
- Department
- User Number
The User Number is assigned when the employee joins. You can place this user number into the "To" section of an email and hit "check names" and it will load the user email (which is good if you are looking for a person and their last name is Smith for example).
Because of this, I know the User Number is linked to Office365, yet, I really need to import this data to ensure we meet our record keeping obligations. To date, it's not in the generic options for office365Users.MyProfile().
Does anyone know a way to find this extra piece of info and show it in powerapps?
Thanks,
Hi @DGWolfe ,
You could call graph API by custom connector to get more info.
Graph API:
https://graph.microsoft.com/beta/users/{UserEmail}/profile
Graph API Explorer:
https://developer.microsoft.com/zh-cn/graph/graph-explorer
How to connect Microsoft Graph API in PowerApps:
https://www.youtube.com/watch?v=ORHghzhvmyA
Best Regards,
Bof