Reputation: 11
I want to developed a webpart that get all users information with user images from sharepoint 2007 site. Please suggest me how can achive this. Is there any webservices that can i use in my custome webpart? Please suggest solution for the same.
Thank you.
Upvotes: 0
Views: 1337
Reputation: 23016
You can use the UserProfileService to get user details. Details about the same for SharePoint 2010 is here.
Upvotes: 0