Hi,
I am looking for a way to remove a member of a group inside of a sharepoint using "send http request to sharepoint".
I know how to add a member to that group using http request (if it can help others) :
I tried using delete Method with the same Uri and Body but it's not working.
Hope someone can help.
Thanks in advance,
Sriks
Solved! Go to Solution.
Here's what worked for me
I'm using the ID's of the group and the user. NOTE: This will remove the user from the group everywhere in the site collection. There is no way to remove a user from a group for one permission assignment. The group membership is stored at the site collection level.
try post instead of get
try added this to your headers:
"X-HTTP-Method": "DELETE"
Thanks for the help.
my new headers looks like that :
Sadly, i got an error running the flow :
Here's what worked for me
I'm using the ID's of the group and the user. NOTE: This will remove the user from the group everywhere in the site collection. There is no way to remove a user from a group for one permission assignment. The group membership is stored at the site collection level.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
13 | |
10 | |
9 | |
6 | |
6 |
User | Count |
---|---|
21 | |
20 | |
17 | |
8 | |
8 |