Retrieves the status of an MDM profile installation action request including total, completed, applicable, and failure counts.
https://{server-hostname}:8383/dcapi/som/computers/actionRequest/mdm-profile/install/status
SOM.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomain/dcapi/som/computers/actionRequest/mdm-profile/install/status \
--header 'Accept: application/mdmProfileInstallationStatus.v1+json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Numeric tracking identifier of the MDM profile installation action request
Total number of computers included in this MDM profile installation batch
Number of computers where the MDM profile installation has finished (either succeeded or failed)
Indicates whether the MDM enrollment process is still running. false when all computers have been processed
Total number of computers originally selected for installation. Present only after the operation completes
Number of computers that met the prerequisites for MDM installation. Present only after the operation completes
Number of computers that did not meet the prerequisites for MDM installation. Present only after the operation completes
Number of computers where the MDM profile was installed successfully. Present only after the operation completes
Number of computers where the MDM profile installation failed. Present only after the operation completes
MDM installation in progress
{
"totalComputerCount": 5,
"completedComputerCount": 2,
"mdmEnrollmentInProgress": true,
"actionRequestID": 1712567890123
}
MDM installation completed
{
"totalComputerCount": 5,
"completedComputerCount": 5,
"applicableComputersCount": "4",
"notApplicableComputersCount": "1",
"failureComputersCount": "1",
"mdmEnrollmentInProgress": false,
"selectedComputersCount": "5",
"successComputersCount": "3",
"actionRequestID": 1712567890123
}
![]()
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.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.