Forum Discussion
russellkoons
Sep 12, 2024Copper Contributor
Site has so many access requests that the list no longer loads in pendingreq.aspx
We have a SharePoint site that archives communications from our HR department to various groups of people, but over the past 2 years they've been manually managing access requests instead of using pe...
michalkornet
Sep 15, 2024Iron Contributor
Hi russellkoons, as I can see this list has 3 unique views but none of them are the standard AllItems.aspx view
/sites/SITE_NAME/Access Requests/pendinginv.aspx
/sites/SITE_NAME/Access Requests/oldreq.aspx
/sites/SITE_NAME/Access Requests/pendingreq.aspx
You can retrieve all access request items using this GET endpoint.
/sites/SITE_NAME/_api/Web/AccessRequestsList/Items
I am not 100% sure but I think the old access requests are kept for historical purposes, to track who made a request and when it was approved.
russellkoons
Sep 16, 2024Copper Contributor
Thanks, michalkornet. Unfortunately, those other pages don't seem to help. I was able to pull the data into Excel, so maybe the team can use that to manually send invites.