<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
User Showing in Active Directory Distribution Group Not Synchronized to Office 365 Distribution List
Okta Integration Network
Okta Classic Engine
Okta Identity Engine
Overview

This article addresses a scenario where a user is a member of a distribution group in Active Directory (AD) but does not appear in the members of the corresponding distribution list in Microsoft Office 365 (M365 / O365). Universal Sync is enabled, and other users are synchronized without issue.

Applies To
  • Microsoft Office 365 (M365 / O365)
  • Provisioning
  • Universal Sync
Cause

The External Id of the user from Active Directory does not match the corresponding user's Immutable ID in Office 365:

Edit User Assignment - External Id

Edit User Assignment - Immutable ID

Solution

The following steps can be used to update the user's Immutable ID in Microsoft Office 365 to match the user's External Id:

  1. Access the Okta Admin Console.
  2. Navigate to Applications > Applications > Microsoft Office 365 > Provisioning > To App.
  3. Disable the Deactivate Users option.
  4. Unassign the affected user from the Microsoft Office 365 app in Okta.
  5. In Microsoft Graph Explorer, use the Update user API to move the affected user to an unfederated domain:

Update user API via  Microsoft Graph Explorer

  1. Use the Update User API again to update the unfederated user's Immutable ID:

New ImmutableID

  1. Using the Update User API, move the unfederated user back to the federated domain:

Federate UserPrincipalName

  1. Assign the Microsoft Office 365 app in Okta to the affected user.
  2. Remove the affected user from the distribution group in Active Directory, and perform a full import in Okta.
  3. Add the affected user back to the distribution group in Active Directory, and perform another full import in Okta.
  4. Re-enable the Deactivate Users option in the Okta Admin Console under Applications > Applications > Microsoft Office 365 > Provisioning > To App.

 

Related References

Loading
User Showing in Active Directory Distribution Group Not Synchronized to Office 365 Distribution List