문제

I'm trying to remove full control role definitions from Site Owner Group, because I have added another permission level through Power Automate/MS Flow.

From Microsoft docs - Below is the syntax for POST Call

http://<sitecollection>/<site>/_api/web/RoleAssignments(principalid)/RoleDefinitionBindings/remove(roleDefinition)

In Power Automate I tried like this

https://xxx.sharepoint.com/sites/TestSiteFromPA/_api/web/RoleAssignments(3)/RoleDefinitionBindings/remove(1073741829)

It says resource not found, I believe roledefinition is object not the roledefinition id but how can I send the object in Power Automate/Flow

Thanks

올바른 솔루션이 없습니다

다른 팁

First DELETE all roles from the group and then ADD back the desired role definition to the group.

See the screenshot below:

enter image description here

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