
Hello! I have a sharepoint group that its supposed to be a group of one (for later uses in privacy), the thing is that I want to use a flow to first delete the current user and replace it with other value, does anybody knows a http request I can use to achieve this?
The idea is that the first one would be to delete the current value, or either empty the entire group, and the other one to add it.
Anyone could give me a hand?
Thanks!
@Anonymous ,
If I were you, I will achieve this in 3 steps.
1) Query the members of the existing group
2) Remove the members by applying a loop
3) Add the new member in
Microsoft Flow – Add user to SharePoint Group | Emad's Blog (emadgabriel.com)