Forum Discussion
CuriousProjectUser
Jul 26, 2024Brass Contributor
Manage access requests on list level
Dear all, in our SharePoint Online site we have a list with own permissions. Hence not all users having access to the site may have access to the list and hence get the "You need permissions to a...
michalkornet
Jul 31, 2024Iron Contributor
Hi CuriousProjectUser, I hope I understand correctly that you would like to get information about access requests on SharePoint. Some time ago, I wanted to interface with the process of access requests, and I noticed that all requests are stored in an SP list named "Access Requests".
Four years ago, I wrote a blog post that may be helpful in your case. It describes a different scenario, but some parts may also be useful for you. The only thing I would change is to use a Webhook instead of a Remote Event Receiver to get a notification when a new request item is created.
I hope that it will be useful in your case.