0

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?

1 Answers1

1

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.

How can I get a list of users from active directory?

Farhan
  • 887
  • 6
  • 13