Skip to main content
Solved

How to get metadata of sharepoint sites such as members

  • June 11, 2025
  • 1 reply
  • 28 views

joy
Enthusiast
Forum|alt.badge.img+15
  • Enthusiast

Hello everyone,

For my use case, I would like to retrieve information from a SharePoint site of which I am an owner.

Specifically, I’m trying to find out who the members of the site are and their mail-adresses. Do any of you have an idea of how I could approach this?

I looked into the SharePointOnlineConnector, but it seems I can't retrieve site metadata using it. I might be missing something.

 

Best answer by david_r

Assuming you mean access to Sharepoint Online, and not an on-prem instance:

I would look into simply using the HTTPCaller and making requests to the MS Graph API, https://learn.microsoft.com/en-us/graph/use-the-api

You should be able to use the Graph API web connection provided by Safe for this, https://support.safe.com/hc/en-us/articles/25407578890509-How-to-create-a-web-service-for-Microsoft-Graph-Microsoft-Teams

If you have an on-prem Sharepoint server, you’ll need to use the “old” Sharepoint REST API, https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service?tabs=csom

View original
Did this help you find an answer to your question?

1 reply

david_r
Celebrity
  • Best Answer
  • June 11, 2025

Assuming you mean access to Sharepoint Online, and not an on-prem instance:

I would look into simply using the HTTPCaller and making requests to the MS Graph API, https://learn.microsoft.com/en-us/graph/use-the-api

You should be able to use the Graph API web connection provided by Safe for this, https://support.safe.com/hc/en-us/articles/25407578890509-How-to-create-a-web-service-for-Microsoft-Graph-Microsoft-Teams

If you have an on-prem Sharepoint server, you’ll need to use the “old” Sharepoint REST API, https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service?tabs=csom


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings