Hi All,
I'm trying to figure out how to get a list of all members of a given sharepoint site without the actual site owners.
I was able to get the owners and members using the graph-API http requests.
https://graph.microsoft.com/v1.0/groups/{group-ID}/owners
https://graph.microsoft.com/v1.0/groups/{group-ID}/members
Result
Owner: John, Grant
Member: John, Claudia, Paul, Grant, Andrea
I'd like to remove John and Grant from the members list
Any ideas how to do this?
Cheers,
Bügelperle