Forum Discussion

Annamsoft's avatar
Annamsoft
Copper Contributor
Dec 11, 2019
Solved

Sharepoint - How to List Active Directory Users -Office 365 Business Premium

Hello, 

We have subscribed for Office 365 Business Premium 2019 for sharepoint development. We are beginners to this sharepoint development.

How to get access to active directory users. (I want to list active directory users in my sharepont form).

Any leads / Steps?

Help would be appreciated. Thanks in Advance.

 

Thanks

Annamsoft.

  • Take a look at the Microsof Graph API and how it integrates with SFPx...if you are trying to get the info from Azure AD, you might need to build something extra using always the Graph

3 Replies

  • Take a look at the Microsof Graph API and how it integrates with SFPx...if you are trying to get the info from Azure AD, you might need to build something extra using always the Graph
    • Annamsoft's avatar
      Annamsoft
      Copper Contributor

      Thank you Juan Carlos. I tried with Microsoft Graph API and read users with the query available there.

      Thanks for your help.