Forum Discussion
Ryan Stone
Jul 06, 2017Iron Contributor
How to Get User Profile Picture
How can I pull a person's picture from their O365 User Profile and display on a form?
- Joshua_ZelvyIron ContributorIf you are using PowerApps you can insert an Image Control on the form, then use the following formula for the Image attribute in the data section. User().Image More info here on User() https://powerapps.microsoft.com/en-us/tutorials/function-user/
- Ryan StoneIron Contributor
Yes that works but only for the current logged in user. But what about other users?
For example using the sample Employee Directory app I would like to extend it to show a person's picture when you pull them up in the app.
- yhlow72Copper ContributorAnyone got the answer?