Find Hierarchy Of User Profiles In SharePoint
This tip demonstrates how to find different kinds of hierarchy existing within user profiles. For example You can find immediate manager of a particular user. All the users who reports the same manager. All the managers above in the chain for a particular user Find Manager for currently logged in user. private void GetManegerProfile() { […]