Skip to main content
Nintex Community Menu Bar

Display user's email address and name in a form

  • December 8, 2016
  • 3 replies
  • 120 views

Forum|alt.badge.img+2

I'm working on a Nintex form and I would like to know how can I display user's email and name in the form but without using "userProfileLookup"?

3 replies

Forum|alt.badge.img+14
  • Scholar
  • December 9, 2016

if you hover over people picker entry it shows a popup with user details.

would that be sufficient for you?


Forum|alt.badge.img+2
  • Author
  • December 9, 2016

I need the user's email in one of the fields but I would like to retrieve that information from sharepoint


Forum|alt.badge.img+14
  • Scholar
  • December 12, 2016

then you can use sharepoint's REST API to get the info.

users should be accessible under http://<site url>/_api/web/siteusers endpoint

if you are on nintex enterprise you can use web request control to get data from that service, if not you will need to write your own javascript handler.