Microsoft Graph · Schema
onPremisesDirectorySynchronizationFeature
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task
Properties
| Name | Type | Description |
|---|---|---|
| blockCloudObjectTakeoverThroughHardMatchEnabled | boolean | Used to block cloud object takeover via source anchor hard match if enabled. |
| blockSoftMatchEnabled | boolean | Use to block soft match for all objects if enabled for the tenant. Customers are encouraged to enable this feature and keep it enabled until soft matching is required again for their tenancy. This fla |
| bypassDirSyncOverridesEnabled | boolean | When true, persists the values of Mobile and OtherMobile in on-premises AD during sync cycles instead of values of MobilePhone or AlternateMobilePhones in Microsoft Entra ID. |
| cloudPasswordPolicyForPasswordSyncedUsersEnabled | boolean | Used to indicate that cloud password policy applies to users whose passwords are synchronized from on-premises. |
| concurrentCredentialUpdateEnabled | boolean | Used to enable concurrent user credentials update in OrgId. |
| concurrentOrgIdProvisioningEnabled | boolean | Used to enable concurrent user creation in OrgId. |
| deviceWritebackEnabled | boolean | Used to indicate that device write-back is enabled. |
| directoryExtensionsEnabled | boolean | Used to indicate that directory extensions are being synced from on-premises AD to Microsoft Entra ID. |
| fopeConflictResolutionEnabled | boolean | Used to indicate that for a Microsoft Forefront Online Protection for Exchange (FOPE) migrated tenant, the conflicting proxy address should be migrated over. |
| groupWriteBackEnabled | boolean | Used to enable object-level group writeback feature for additional group types. |
| passwordSyncEnabled | boolean | Used to indicate on-premise password synchronization is enabled. |
| passwordWritebackEnabled | boolean | Used to indicate that writeback of password resets from Microsoft Entra ID to on-premises AD is enabled. This property isn't in use and updating it isn't supported. |
| quarantineUponProxyAddressesConflictEnabled | boolean | Used to indicate that we should quarantine objects with conflicting proxy address. |
| quarantineUponUpnConflictEnabled | boolean | Used to indicate that we should quarantine objects conflicting with duplicate userPrincipalName. |
| softMatchOnUpnEnabled | boolean | Used to indicate that we should soft match objects based on userPrincipalName. |
| synchronizeUpnForManagedUsersEnabled | boolean | Used to indicate that we should synchronize userPrincipalName objects for managed users with licenses. |
| unifiedGroupWritebackEnabled | boolean | Used to indicate that Microsoft 365 Group write-back is enabled. |
| userForcePasswordChangeOnLogonEnabled | boolean | Used to indicate that feature to force password change for a user on logon is enabled while synchronizing on-premise credentials. |
| userWritebackEnabled | boolean | Used to indicate that user writeback is enabled. |
| @odata.type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.onPremisesDirectorySynchronizationFeature",
"title": "onPremisesDirectorySynchronizationFeature",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"blockCloudObjectTakeoverThroughHardMatchEnabled": {
"type": "boolean",
"description": "Used to block cloud object takeover via source anchor hard match if enabled.",
"nullable": true
},
"blockSoftMatchEnabled": {
"type": "boolean",
"description": "Use to block soft match for all objects if enabled for the tenant. Customers are encouraged to enable this feature and keep it enabled until soft matching is required again for their tenancy. This flag should be enabled again after any soft matching has been completed and is no longer needed.",
"nullable": true
},
"bypassDirSyncOverridesEnabled": {
"type": "boolean",
"description": "When true, persists the values of Mobile and OtherMobile in on-premises AD during sync cycles instead of values of MobilePhone or AlternateMobilePhones in Microsoft Entra ID.",
"nullable": true
},
"cloudPasswordPolicyForPasswordSyncedUsersEnabled": {
"type": "boolean",
"description": "Used to indicate that cloud password policy applies to users whose passwords are synchronized from on-premises.",
"nullable": true
},
"concurrentCredentialUpdateEnabled": {
"type": "boolean",
"description": "Used to enable concurrent user credentials update in OrgId.",
"nullable": true
},
"concurrentOrgIdProvisioningEnabled": {
"type": "boolean",
"description": "Used to enable concurrent user creation in OrgId.",
"nullable": true
},
"deviceWritebackEnabled": {
"type": "boolean",
"description": "Used to indicate that device write-back is enabled.",
"nullable": true
},
"directoryExtensionsEnabled": {
"type": "boolean",
"description": "Used to indicate that directory extensions are being synced from on-premises AD to Microsoft Entra ID.",
"nullable": true
},
"fopeConflictResolutionEnabled": {
"type": "boolean",
"description": "Used to indicate that for a Microsoft Forefront Online Protection for Exchange (FOPE) migrated tenant, the conflicting proxy address should be migrated over.",
"nullable": true
},
"groupWriteBackEnabled": {
"type": "boolean",
"description": "Used to enable object-level group writeback feature for additional group types.",
"nullable": true
},
"passwordSyncEnabled": {
"type": "boolean",
"description": "Used to indicate on-premise password synchronization is enabled.",
"nullable": true
},
"passwordWritebackEnabled": {
"type": "boolean",
"description": "Used to indicate that writeback of password resets from Microsoft Entra ID to on-premises AD is enabled. This property isn't in use and updating it isn't supported.",
"nullable": true
},
"quarantineUponProxyAddressesConflictEnabled": {
"type": "boolean",
"description": "Used to indicate that we should quarantine objects with conflicting proxy address.",
"nullable": true
},
"quarantineUponUpnConflictEnabled": {
"type": "boolean",
"description": "Used to indicate that we should quarantine objects conflicting with duplicate userPrincipalName.",
"nullable": true
},
"softMatchOnUpnEnabled": {
"type": "boolean",
"description": "Used to indicate that we should soft match objects based on userPrincipalName.",
"nullable": true
},
"synchronizeUpnForManagedUsersEnabled": {
"type": "boolean",
"description": "Used to indicate that we should synchronize userPrincipalName objects for managed users with licenses.",
"nullable": true
},
"unifiedGroupWritebackEnabled": {
"type": "boolean",
"description": "Used to indicate that Microsoft 365 Group write-back is enabled.",
"nullable": true
},
"userForcePasswordChangeOnLogonEnabled": {
"type": "boolean",
"description": "Used to indicate that feature to force password change for a user on logon is enabled while synchronizing on-premise credentials.",
"nullable": true
},
"userWritebackEnabled": {
"type": "boolean",
"description": "Used to indicate that user writeback is enabled.",
"nullable": true
},
"@odata.type": {
"type": "string"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-graph-microsoftgraphonpremisesdirectorysynchronizationfeature"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.