How to manage permissions on a SharePoint List Item using Microsoft Flow – Add Contribute permission
This post describes how to add contribute permission for a selected user id to a single item in a list using Microsoft Flow. The flow uses the REST API calls to change the permissions. The walk through uses a custom list with one columns added, Requester which is a Person column. In Part 1 of this series we broke the inheritance on an item when is was created with our 5 step flow, which created a few variables and then used a HTTP Request to SharePoint using REST API to break the inheritance. Using the above flow as a starting point we will continue. Before we can give a permission level to a person we need to know their Id on this tenancy. This can be fetched using another HTTP Request using REST. The syntax for this is _api/web/SiteUsers/getByEmail('name@company.com') So using the Requester property of email address we update the URI-String variable and use it in with a GET method in the HTTP request. FREE DOWNLOAD: 33 TIME-SAVING TIPS FOR MICROSOFT TEA...