1

I want to fetch the a user's membership and AD groups (Not SharePoint Groups).

So, how can I fetch the data using REST API or JavaScript?

1

1 Answer 1

0

The following REST call will GET all AD Groups that are being used in the site without iterating through the SharePoint Groups: /_api/web/siteusers?$filter=PrincipalType eq 4.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.