I am using SPServices (GetListItems method) to fetch some information from a sharepoint list. The list contains a “People or Group” type field which returns a numeric id and name(Display name) of the user separated by semi-colon like this “43#;John Doe”.
I need the email addresses of all the users in this field (in all the rows returned). Can anyone help?
Thanks in advance.
I am using SPServices (GetListItems method) to fetch some information from a sharepoint list.
Share
Paul you rock 🙂
From Paul’s last comment I got the required thing. Its perfect. 🙂
Only thing you need is to add the following to the call
SO my example call becomes this
Sorry Paul I have to unmark you answer and make this one answer 🙂