I want to use Flow to create SharePoint groups on one of my sites. From what I can tell, I should be using the "Send an HTTP request to SharePoint" action but I know next to nothing about using REST API.

The closest answer I've found is this:

How can I create a standard Sharepoint permission group using "send HTTP request to sharepoint.

which isn't really enough information for me to work this out on my own.

有帮助吗?

解决方案

Yes, you are right. You need to use Send an HTTP request to SharePoint action in Microsoft Flow in order to create a SharePoint Group.

Try Using it as given in below image:

enter image description here

Output: Group with name GroupFromFlow is created.

enter image description here

许可以下: CC-BY-SA归因
scroll top