To create Ios Accessibility Settings Configuration
https://{server-hostname}:8383/api/v1/mdm/profiles/{profile_id}/payloads/iosaccessibilitysettings
MDMDeviceMgmt.CREATECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Unique identifier of the profile. Obtain from the Create Profile or Get Profiles response
Bold Text Enabled. Default: False
Increase Contrast Enabled. Default: False
Reduce Motion Enabled. Default: False
Reduce Transparency Enabled. Default: False
Text Size. Default: 4
Touch Accommodations Enabled. Default: False
Voice Over Enabled. Default: False
Zoom Enabled. Default: False
curl --request POST \
--url https://appdomain/api/v1/mdm/profiles/{profile_id}/payloads/iosaccessibilitysettings \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{"touch_accommodations_enabled":false,"reduce_motion_enabled":false,"text_size":4,"voice_over_enabled":false,"bold_text_enabled":false,"zoom_enabled":false,"reduce_transparency_enabled":false,"increase_contrast_enabled":false}'Add Accessibility Settings payload to the profile
{
"touch_accommodations_enabled": false,
"reduce_motion_enabled": false,
"text_size": 4,
"voice_over_enabled": false,
"bold_text_enabled": false,
"zoom_enabled": false,
"reduce_transparency_enabled": false,
"increase_contrast_enabled": false
}
Unique identifier for the created payload item
Bold Text Enabled. Default: False
Increase Contrast Enabled. Default: False
Reduce Motion Enabled. Default: False
Reduce Transparency Enabled. Default: False
Text Size. Default: 4
Touch Accommodations Enabled. Default: False
Voice Over Enabled. Default: False
Zoom Enabled. Default: False
Accessibility Settings payload successfully added
{
"payload_id": 9007199254741000,
"touch_accommodations_enabled": false,
"reduce_motion_enabled": false,
"text_size": 4,
"voice_over_enabled": false,
"bold_text_enabled": false,
"zoom_enabled": false,
"reduce_transparency_enabled": false,
"increase_contrast_enabled": false
}
![]()
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.