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.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
15 | |
14 | |
7 | |
6 | |
5 |
User | Count |
---|---|
24 | |
18 | |
10 | |
8 | |
6 |