Retrieves the AD synchronization status and last sync details for a specific domain including next sync time, last succeeded sync, and error information.
get /dcapi/som/domains/{domain_id}/syncStatus
https://{serverurl}/dcapi/som/domains/{domain_id}/syncStatus
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/dcapi/som/domains/{domain_id}/syncStatus \
--header 'Accept: application/domainTreeSyncStatus.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Indicates whether an Active Directory synchronization is currently running for this domain
Unique resource identifier of the domain being synced
Scheduled date and time for the next automatic synchronization (formatted as 'yyyy-MM-dd HH:mm:ss')
Date and time when the most recent synchronization was initiated (formatted as 'yyyy-MM-dd HH:mm:ss')
Date and time of the last synchronization that completed without errors (formatted as 'yyyy-MM-dd HH:mm:ss')
Indicates whether the most recent synchronization completed successfully without errors
Error code identifying the synchronization failure. Present only when the last sync failed
Detailed error description explaining why the synchronization failed. Present only when the last sync failed
No sync running
{
"resourceId": 1,
"nextSyncTime": "2026-04-08 14:00:00",
"isUpdateSuccess": true,
"isDomainSyncInProgress": false,
"lastSyncInitiated": "2026-04-08 08:00:00",
"lastSuccessfulSync": "2026-04-08 08:02:30"
}
Sync is running
{
"resourceId": 1,
"nextSyncTime": "2026-04-08 20:00:00",
"isDomainSyncInProgress": true,
"lastSyncInitiated": "2026-04-08 14:00:00",
"lastSuccessfulSync": "2026-04-08 08:02:30"
}
![]()
Duration: 1 minute | Threshold: 30 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.