Retrieves the Internet Explorer security zone settings configured on a device.
https://{serverurl}/bsp/api/v1/bmp/devices/{device_id}/iezonesettings
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Device resource ID from List Devices response (device_id field)
curl --request GET \
--url https://appdomains/bsp/api/v1/bmp/devices/{device_id}/iezonesettings \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Unauthorized error code: credentials missing, expired, or invalid
Authentication failure reason
Error code indicating insufficient permissions
Message indicating insufficient privileges to access this resource
Rate limit error code returned when the API call reached threshold
Rate limit exceeded message with retry guidance
Internal server error during device operations
Message describing the server-side failure
Internal server error code
IE zone settings
{
"iescriptingzone": {
"allowclipboard": [
"enabled",
"prompt",
"prompt",
"disabled"
],
"activescripting": [
"enabled",
"enabled",
"enabled",
"disabled"
]
},
"ieuserauthenticationzone": {
"logon": [
"enabled",
"enabled",
"enabled",
"disabled"
]
},
"iedotnetframeworkzone": {
"xamlbrowserapp": [
"enabled",
"enabled",
"disabled",
"disabled"
],
"loosexaml": [
"enabled",
"enabled",
"disabled",
"disabled"
]
},
"iemiscellaneouszone": {
"smartscreenfilter": [
"disabled",
"enabled",
"enabled",
"enabled"
],
"usepopupblocker": [
"disabled",
"enabled",
"enabled",
"enabled"
]
},
"iedownloadszone": {
"fontdownload": [
"enabled",
"enabled",
"enabled",
"disabled"
],
"filedownload": [
"enabled",
"enabled",
"enabled",
"disabled"
]
},
"ieactivexzone": {
"runactivex": [
"enabled",
"enabled",
"enabled",
"disabled"
],
"scriptsafeactivex": [
"enabled",
"enabled",
"enabled",
"disabled"
]
}
}
Unauthorized
{
"errorCode": "UNAUTHORIZED",
"errorMsg": "You are not authorized to perform this action"
}
Forbidden
{
"errorCode": "FORBIDDEN",
"errorMsg": "You do not have permission to access this resource"
}
Rate limit exceeded
{
"errorCode": "RATE_LIMIT_EXCEEDED",
"errorMsg": "You have exceeded the maximum number of API calls. Please try again later."
}
Server error
{
"error_description": "Internal Server error, Please try again in a moment.",
"error_code": "COM0004"
}
Device not found
{
"errorCode": "RESOURCE0001",
"errorMsg": "No computers are found."
}
![]()
Duration: 1 minute | Threshold: 60 | 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.