Is there a way I can get the Associated Owners group of a given site? I can get this using the SharePoint .Net framework CSOM but I wonder if this is possible using Power Automate or Power Apps. E.g. A user would input the URL of the site and it will output the members of the Site Owners group of that site.
So, technically the user doesn't now the group name (I know there's an API to get the group members given the group name).
TIA
Solved! Go to Solution.
Hi @reivaxsevy
Interesting use case. Take a look at the following SharePoint api call _api/web/allproperties
From this you can retrieve the
<d:GroupAlias>DamoBird365</d:GroupAlias>
<d:GroupId>27d3ec1b-2f15-49d8-ac29-3f010a89a121</d:GroupId>
Then you'll already know you can use :
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Cheers,
Damien
P.S. take a look at my new blog here
Hi @reivaxsevy
Interesting use case. Take a look at the following SharePoint api call _api/web/allproperties
From this you can retrieve the
<d:GroupAlias>DamoBird365</d:GroupAlias>
<d:GroupId>27d3ec1b-2f15-49d8-ac29-3f010a89a121</d:GroupId>
Then you'll already know you can use :
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Cheers,
Damien
P.S. take a look at my new blog here
Thank you. This API "_api/web/allproperties" did the trick!
User | Count |
---|---|
27 | |
16 | |
15 | |
12 | |
11 |
User | Count |
---|---|
43 | |
30 | |
28 | |
24 | |
23 |