Friday, October 16, 2015

16
Oct

SharePoint REST calls on Users Profile

I have provided some useful REST calls on the SharePoint user profile in this blog post, I hope these calls may help someone.  Note: Replace "siteurl" with your site url. For more REST calls on user profiles, check this User profiles REST API reference Calls Related to User Profile: 1    1. Get people followed by you: https://siteurl/_api/SP.UserProfiles.PeopleManager/getpeoplefollowedbyme 2    2. Get people you are following:  https://siteurl/_api/sp.userprofiles.peoplemanager/getmyfollowers 3...

    Total Pageviews