Returns a flag indicating whether at least one Computer Specific Settings record exists for the customer.
get /emsapi/osdeployer/computersettings/status
https://{serverurl}/emsapi/osdeployer/computersettings/status
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/emsapi/osdeployer/computersettings/status \
--header 'Accept: application/computerSettingsStatus.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'true if at least one Computer Specific Settings record has been configured; false otherwise.
At least one CSS record exists
{
"isComputerSettingsConfigured": true
}
No CSS records configured yet
{
"isComputerSettingsConfigured": false
}
![]()
Duration: 1 minute | Threshold: 50 | 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.