Enhanced Assistant information on the Microsoft 365 Profile Card

Microsoft now supports Assistant information in the Organization section of a user’s profile card, including in Org Explorer, Outlook, and Teams.
When Assistant information is populated on a profile, users can view it directly in the Organization section, improving the discoverability within the Org Explorer and Teams.

This update affects only organizations currently populating the Assistant information on user profiles. If this information is not populated by your organization, no change will be visible.

Timeline

The rollout should be completed in August 2026.

How does this affect your organization?

With this update, the Assistant information will be included in the Organization section, so users no longer need to switch tabs to find it. Previously, Assistant information was restricted to some places in Outlook.

Profile card in Microsoft Teams
Profile card in Microsoft Teams

The Assistant information is now also included in the Org Explorer.

Org Explorer information
Org Explorer information

Or the Outlook profile card.

Outlook profile card
Outlook profile card
  • The Assistant information will automatically appear wherever it is already populated.
  • The Assistant designation remains informational only. It does not grant permissions, change reporting structures, or modify user roles. Its presence in the Organization section does not alter who can edit or view the field under existing tenant privacy settings.


How to update the Assistant information?

The Assistant information is provided by the SharePoint User Profile Service, not from Exchange Online. Note that the Assistant information is not yet included in the Profile resources of Microsoft Graph. It remains dedicated to SharePoint.

Users can manually update their Assistant information in the Microsoft 365 Profile > Contact (unless prevented by the SharePoint administrator). Only one Assistant is currently supported.

Manually updating the Assistant information
Manually updating the Assistant information

Alternatively, SharePoint administrators can automate this information via the SharePoint User Profile services.

Assistant information in the SharePoint User Profile Service
Assistant information in the SharePoint User Profile Service

It’s the property Assistant with Set-PnPUserProfileProperty.

PowerShell
# Get the Assistant's account name and set it as the Manager's Assistant property
$AssistantAccount = Get-PnPUserProfileProperty -Account $AssistantUPN
Set-PnPUserProfileProperty -Account $ManagerUPN -Property "Assistant" -Value $AssistantAccount.AccountName
Avatar photo

Tobias Asböck

Tobias is a Senior System Engineer with more than 10 years of professional experience with Microsoft 365 products such as SharePoint Online, SharePoint Premium, OneDrive for Business, Teams Collaboration, Entra ID, Information Protection, Universal Print, and Microsoft 365 Licensing. He also has 15+ years of experience planning, administering, and operating SharePoint Server environments. Tobias is a PowerShell Scripter with certifications for Microsoft 365 products. In his spare time, Tobias is busy with updates in the Microsoft 365 world or on the road with his road bike and other sports activities. If you have additional questions, please contact me via LinkedIn or [email protected].

Leave a Comment