Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • How you are fetching display name from a people picker field? You might be able to get email or login name or user ID (if data already available in SharePoint) as well from people picker fields. Then you can easily get other details using REST API: Commented Feb 24, 2023 at 17:11
  • I'm using InfoPath. I created a text field that grabs the display name when it gets populated and I'm using that, not directly from the people picker field. Are there any good resources for using REST and JavaScript in 2010? I have little experience with REST, but I get the concepts some from dabbling with it. Commented Feb 24, 2023 at 17:31
  • You only get display name from it? Are you able to fetch email from it? Commented Feb 25, 2023 at 3:18