MS Flow throwing access denied when ried to set unique permission at item level

Steel Contributor

Help needed to figure out why MS flow is throwing the access denied when tried to set unique permission on triggered events. The challenge is the 401 error don't come when the inheritance has  broken. I am trying to set permission for SharePoint group using Rest API as below.

 

"https://tenantname.sharepoint.com/sites/SiteName/%20_api/lists/getByTitle('Flow%20Permission%20Test'...)"

 

Vikram_Samal_0-1595893656779.png

Any pointers will help.

 

Thanks

Vik

 

1 Reply
Hi, the user context on which the flow runs should have the required permission to assign the users to the item. Try to see whether you have 'Manage List' permission for the user running the flow.