I have a requirement to fetch all active directory users data to be added in sharepoint list and show on different pages.
How we can achieve this?
I have a requirement to fetch all active directory users data to be added in sharepoint list and show on different pages.
How we can achieve this?
see below to get C# code to do that. Depending upon the sharepoint api (Server object model/CSOM/JSOM) you are using, you would have to take the results from this code to your pages.