Additional Microsoft Entra services and features related to identity, access, and network security
The available information only states the default behavior and mapping model; it does not define how a missing active attribute is treated in API-driven inbound provisioning, nor does it describe a supported pattern for omitting active while keeping accountDisabled = Not([active]) unchanged.
The documented behavior is:
- For API‑driven inbound provisioning, the SCIM Core User schema attribute
activeis the default driver for account status. - By default:
- If
activeis true, the default mapping enables the account. - If
activeis false, the default mapping disables the account.
- If
- If provisioning to on‑premises AD, a source attribute should be mapped to
accountDisabledfor account status control.
However, the documentation does not specify:
- How Entra interprets a missing
activeattribute in the SCIM payload (for example, asfalse,null, or “preserve existing state”). - Whether omitting
activeis a supported pattern for attribute‑only sync scenarios. - A prescribed pattern for combining onboarding, offboarding, and attribute‑only sync in a single configuration while using
accountDisabled = Not([active]).
Because these details are not present in the provided documentation, no further behavior or design pattern can be stated.
References:
- Frequently asked questions about API-driven inbound provisioning
- Troubleshoot HR user update issues
- Workday expression mapping functions for Microsoft Entra ID provisioning
- How Application Provisioning works in Microsoft Entra ID
- Govern on-premises Active Directory users that are provisioned from and managed in Workday.