문제

I want to grant multiple groups read access via MS workflow. Below is the URL which I am using to grant an access. Currently, this API URL is granting permission to one group only and I have 5 more groups, instead of making 5 more API hits, I was wondering if there is any way to do it in one shot?

URL: _api/lists/getByTitle('Test')/items(ID)/roleAssignments/addroleassignment(principalId=84, roledefId=1073741827)

도움이 되었습니까?

해결책

As far as I know, we can only grant permission to one user/group using one API URL in MS Flow.

We can only put the repeated actions in one flow.

enter image description here

Reference: Set custom permissions on a list by using the REST interface.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top