Microsoft is redesigning how sharing links work across SharePoint, OneDrive, and the entire Microsoft 365 file experience, with a new “Hero Link” system set to reach general availability in August 2026. The change, first detailed on the Microsoft 365 public roadmap (ID 492622), collapses multiple link types into a single, consistent URL that behaves identically whether a user copies it from the share dialog, the browser address bar, or an email. But the most transformative — and potentially risky — capability is that an already-distributed link’s access scope can be changed after the fact. Broaden it, and everyone with the link gains access; restrict it, and they lose it. No re-sending required.
What’s Actually Changing with Hero Links
In the current model, SharePoint and OneDrive offer several sharing link types — “people with existing access,” “people in your organization,” “anyone with the link,” and “specific people” — each generating a distinct URL with different behavior. Moreover, the URL in the browser address bar often points directly to the resource with no sharing context, leading to confusion when a manual copy is pasted into an email or a ticket.
The Hero Link eliminates that fragmentation. Regardless of how someone obtains the link, it will now be a single, smart URL that adapts to the current permission state. Microsoft says the same Hero Link is used when you copy a link via the share control, send it by email, or grab the address-bar URL. Behind the scenes, the link carries metadata that ties it to the sharing policy set by the item owner.
Crucially, the owner can revisit a previously sent Hero Link and alter its scope. An item initially shared with a narrow “existing access” only can later be broadened to “people in your organization.” Every copy of that original URL — in old emails, Teams chats, browser bookmarks — immediately starts honoring the new permissions. The reverse also holds: if the link is tightened to “people directly added,” then recipients not explicitly named will hit a wall.
This design aims to reduce dead-end links and support-cycle overhead. If a colleague can’t open a file, you don’t need to generate a new link and resend; you just expand the old one. However, that same convenience turns every distributed URL into a governance object. A link you thought was harmless because it required pre-existing access could later become a company-wide door opener — without a single new message being sent.
The Hero Link experience will be consistent across platforms: web, desktop apps, Android, iOS, and Mac. Supported file types include documents, folders, pages, and news posts. No additional license is required; it’s part of the core Microsoft 365 service.
What It Means for You
For End Users
Sharing gets simpler. No more guessing whether a “Copy link” button will produce a working URL; the system handles the bundling. If you receive a Hero Link that doesn’t work, the fix may be a simple request to the owner to broaden access. On the flip side, be cautious about where you store or forward these links. A URL you saved months ago could suddenly grant broad access if the owner later changes the scope — and you might not realize it. Treat Hero Links like keys that can be upgraded by the owner without your knowledge.
For IT Administrators and Site Owners
The governance burden shifts significantly. Site owners must understand that every link they create is a live, mutable entity. A seemingly minor permission tweak could ripple through dozens of embedded links in Teams chats, intranet pages, or support tickets. Help desk scripts should be updated to differentiate between a genuinely broken link and one that needs a scope adjustment. And if a user reports over-sharing, the first step is to inspect the link’s current access setting — not just the original one.
Pilot testing is essential. Before August 2026, admins should identify all the places where SharePoint URLs live: intranet quick links, email footers, automated notifications, bookmarks. These become potential redistribution points for a mutable link. The pilot should also test guest sharing: Microsoft says the redesigned dialog will explicitly label external users, but site owners need to recognize that label and make informed choices.
For Developers and Intranet Managers
Custom solutions that embed or generate SharePoint URLs — such as web parts, Teams tabs, or Power Automate flows — must account for the fact that a link’s effective permissions can change. If your code caches or proxies content based on a static URL, you may need to introduce periodic re-validation. Navigation customizations, especially those using the SharePoint Framework, will be particularly sensitive because a navigation link’s audience could be inadvertently broadened or restricted without the developer’s knowledge. WindowsForum readers tracking the separate changes to SPFx navigation customizations (due by September 2026) should plan a combined pilot.
How We Got Here: A Timeline of SharePoint Sharing
The journey toward a unified link has been gradual. Historically, SharePoint’s sharing model was a patchwork: anonymous guest links, secure “specific people” links, organization-wide links, and the direct URL. Each had its own UI and behavior. Over the last few years, Microsoft has been streamlining: introducing the “Copy link” button that presented a consolidated dialog, merging the “sharing” and “copy link” experiences, and retiring some legacy link types in favor of more modern defaults.
The Hero Link (Roadmap ID 492622) was added to the public roadmap earlier this year, signaling a fundamental re-architecture. It aligns with Microsoft’s broader push to make links “intelligent” across Microsoft 365 — think of meeting links in Teams that auto-adapt or Loop components that retain context. The company has also confirmed that a new administrative policy for expiring “People in your organization” links will start rolling out in June 2026. That timing means many organizations will be configuring link expiration while simultaneously adapting to mutable Hero Links. The safe assumption is that these two features can interact in unexpected ways, so testing them together is critical.
Separately, the SharePoint home site improvements (announced in May 2026) will introduce a new Hero web part for curated content, but that is distinct from the Hero Link concept, though they share the “hero” branding. The link overhaul is a platform-wide change that will affect every SharePoint site, not just home sites.
What to Do Now: The Practical Pilot Plan
Given the August 2026 deadline, organizations should start a focused pilot immediately. The goal is not to test whether sharing works — it does — but to uncover where the mutable-link model will clash with current workflows, default settings, and user expectations. Here’s a structured approach.
Set Up a Realistic Pilot Environment
Create a pilot SharePoint communication site with non-sensitive but realistic content: a policy document, a team working file, a page with navigation elements, and an item suitable for guest access. Assemble a test group that includes site owners, site members, internal users outside the site, help-desk staff, and one controlled guest account. Use a separate secondary site configured with your organization’s default sharing settings to compare behavior.
Key Areas to Test
1. Link Consistency Across Surfaces
Verify that the Hero Link is truly identical whether copied from the share dialog, the browser address bar, or an email. Test across Windows, Mac, Android, and iOS clients to confirm access behavior doesn’t change due to app handoffs or sign-in states. Even small discrepancies can cause support tickets when users switch devices.
2. Scope Broadening and Restriction
Start with a link scoped to “existing access only.” Distribute it via email, paste it into a Teams chat, and bookmark it. Then broaden the link to “people in your organization.” Confirm that all three copies now allow any authenticated employee to access the resource. Next, restrict the link to “people directly added” and name a specific user. Verify that only that user can open the original URLs — and that previously unauthorized users are blocked. Repeat this cycle after adding and then removing a direct grant to ensure the link’s behavior is predictable.
3. Guest Sharing and Revocation
Share with the guest account and note whether the sharing dialog explicitly calls out “external user” or “guest.” Then forward the guest’s link to an internal user to see if they get a clear denial. Revoke the guest’s access, clear the guest’s browser cache, and attempt to open the saved URL. The goal is to confirm that revocation is immediate and leaves no cached access.
4. Embedded Links and Navigation
Test a link from a SharePoint page’s hero web part, quick links, or a navigation element that users commonly bookmark or forward. After changing the link’s scope, check whether those embedded instances reflect the new permissions. This is critical for intranets where links are copied into onboarding guides or pinned in Teams.
5. Interaction with Link Expiration
If your tenant will use the new “People in your organization” link expiration policy (June 2026), create an internal link that is subject to expiration. Distribute it and then let it expire. Document the error message and the recovery path: can the owner simply adjust the existing Hero Link’s scope, or must they create a new link? Test this at least twice with different configuration dates.
Document Everything
For each test, record four data points: the original access state, the exact URL used, the test user, and the result after a sharing change. This documentation will become your organization’s reference when training site owners or troubleshooting incidents.
What the Pilot Should Prove
The most valuable outcome is not a technical success — it’s evidence that site owners fully grasp that an old copied URL can become a broader access route. If your pilot reveals gaps in understanding, don’t resolve them with blanket restrictions. Instead, create clear ownership rules: who is allowed to change an existing Hero Link’s scope, and under what circumstances. Tie that to a communication plan. Train support staff to ask, “Was the link changed recently?” before assuming a permissions problem.
Outlook: The Countdown to August 2026
The Hero Link is a quiet but profound shift in how Microsoft 365 handles access. While the immediate user experience will feel smoother, the long-term governance implications demand attention now. Microsoft will likely release more controls and documentation as the GA date approaches, but waiting risks a rushed, reactive implementation. Early pilots give you time to refine training, update governance policies, and adjust custom solutions. The August 2026 rollout is not just a feature update — it’s an invitation to revisit your entire approach to sharing and link hygiene.