To get Ios Accessibility Settings
https://{serverurl}/api/v1/mdm/profiles/{profile_id}/payloads/iosaccessibilitysettings
MDMOnDemand.MDMDeviceMgmt.READCopied!
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Unique identifier of the profile. Obtain from the Create Profile or Get Profiles response
Comma-separated list of related fields to include in the response (e.g., assigned_to, payload_details). When omitted, only top-level fields are returned
curl --request GET \
--url https://appdomain/api/v1/mdm/profiles/{profile_id}/payloads/iosaccessibilitysettings \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Name of the payload type
List of payload item IDs for this payload type
List of Accessibility Settings payload item IDs
{
"payloaditems": [
"9007199254741295"
],
"payload_name": "iosaccessibilitysettings"
}
![]()
Duration: 1 minute | Threshold: 120 | 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.