When site owners in SharePoint receive a notification that a user has requested access, the Approve button may be missing or the approval action fails. This problem occurs when the site owner lacks the necessary permissions to manage membership, often because the site is connected to a Microsoft 365 group or because sharing settings block owner-level approval. This article explains why access request approval fails for site owners and provides step-by-step fixes to restore the approval capability.
Key Takeaways: Fixing Access Request Approval for Site Owners
- SharePoint admin center > Sharing > Access requests: Controls whether site owners can approve or deny requests. Must be enabled for the entire tenant or specific site collections.
- Site permissions > Access requests settings: Shows the email address that receives approval notifications. If empty, no one can approve requests.
- Microsoft 365 group membership: Site owners must be added as members of the connected Microsoft 365 group to approve requests for group-connected sites.
Why Site Owners Cannot Approve Access Requests
The access request feature in SharePoint relies on two mechanisms: the site-level sharing settings and, for group-connected sites, the Microsoft 365 group membership. When a site owner tries to approve a request but the option is missing or fails, the root cause is often one of the following:
Access Request Feature Is Disabled at the Site Collection Level
SharePoint allows tenant admins to enable or disable the access request feature per site collection. If the feature is turned off, site owners see no approval interface at all. This setting overrides any individual site permissions.
Site Owner Is Not a Member of the Connected Microsoft 365 Group
For modern team sites connected to a Microsoft 365 group, access requests are managed through the group. Only members of the group can approve or deny requests. If the site owner is listed as a site collection administrator but not as a group member, the approval option disappears.
Sharing Settings Block Owner Approval
In the SharePoint admin center, the sharing policy for the tenant or the site collection can restrict who can approve requests. If the policy is set to “Only admins can approve,” site owners lose the ability to approve even if they have full control permissions.
Steps to Restore Access Request Approval for Site Owners
Follow these steps in order. Each step addresses one of the common causes listed above.
- Verify that the access request feature is enabled for the site collection
Go to the SharePoint admin center. Select Active sites from the left navigation. Find the site where the issue occurs. Click the site name to open its details panel. In the Policies tab, locate Access requests. Make sure the toggle is set to On. If it is Off, turn it on and click Save. - Check the access requests email address for the site
On the site, go to Settings (gear icon) > Site permissions. Click Access requests settings. Under Send access requests to the following email address, confirm that an email address is entered. If the field is blank, type the site owner email address. Click OK. - Add the site owner to the Microsoft 365 group
If the site is connected to a Microsoft 365 group, open Outlook or the Microsoft 365 admin center. Go to Groups > Active groups. Find the group that matches the site name. Open the group and add the site owner as a member. Wait a few minutes for the change to sync, then ask the site owner to check the access requests again. - Review the tenant-wide sharing policy
In the SharePoint admin center, select Policies > Sharing. Under Access requests, confirm that Allow site owners to approve access requests is selected. If only Allow admins to approve is selected, change it to allow site owners. Click Save. - Clear the browser cache and retry
Sometimes the approval interface does not appear due to cached page elements. Have the site owner clear the browser cache for SharePoint. In Edge, click the three-dot menu > Settings > Privacy, search, and services > Choose what to clear. Select Cached images and files and clear. Reload the SharePoint site and navigate to Site permissions > Access requests.
If SharePoint Still Has Issues After the Main Fix
Access Requests Pending Approval Do Not Appear
The site owner may not see any pending requests even though users have submitted them. This can happen if the access request email address is incorrect or if the requests were sent to a distribution group that the site owner does not monitor. To fix this, change the access requests email address to the site owner direct email in Site permissions > Access requests settings.
Site Owner Gets an Error When Clicking Approve
If the site owner clicks Approve but receives an error such as “You do not have permission to perform this action,” the cause is usually that the site owner is not a member of the Microsoft 365 group. Verify group membership as described in step 3 above. If the site is not group-connected, check that the site owner has the Full Control permission level. Use the Site permissions page to confirm the owner is listed under Site collection administrators.
Access Request Feature Is Grayed Out in Admin Center
Some site collections may have the access request setting grayed out and unavailable to change. This is controlled by a tenant-level policy. Go to SharePoint admin center > Policies > Sharing. Under File and folder links, look for Access requests. If the setting is locked, contact your global admin to adjust the policy. Alternatively, use PowerShell to enable the feature: Set-SPOSite -Identity does not apply here; instead use Set-SPOSite -Identity .
Team Site vs Communication Site: Access Request Differences
| Item | Team Site (Group-Connected) | Communication Site |
|---|---|---|
| Who approves requests | Microsoft 365 group members | Site owners with Full Control |
| Access request email setting | Optional; group handles requests | Required; must have a valid email |
| Role needed for approval | Group member (not just site admin) | Site collection administrator |
| Where requests appear | Outlook group inbox | SharePoint Site permissions page |
Understanding the difference between team sites and communication sites helps you apply the correct fix. For team sites, always verify Microsoft 365 group membership first. For communication sites, focus on the access requests email and site permission levels.