To get Exchange Active Sync policy payload item
https://{server-hostname}:8383/api/v1/mdm/profiles/{profile_id}/payloads/exchangeactivesyncpolicy/payloaditems/{payload_id}
MDMDeviceMgmt.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Unique identifier of the profile. Obtain from the Create Profile or Get Profiles response
Unique identifier of the payload item. Obtain from the Get Payload Item IDs response
curl --request GET \
--url https://appdomain/api/v1/mdm/profiles/{profile_id}/payloads/exchangeactivesyncpolicy/payloaditems/{payload_id} \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Unique identifier of the payload item
Account Name. Default: Exchange ActiveSync
Active Sync Host
Allow Move. Default: true
Prevent Move. Default: false
Disable Mail Recents Syncing. Default: false
Use Only Mail App. Default: false
Use Ssl. Default: true
Use Mime Encrypt. Default: false
Signing identity certificate ID obtained from the Certificates API.
Encryption identity certificate ID obtained from the Certificates API.
Domain. Default: %domainname%
User Name. Default: %upn%
Email Address. Default: %email%
Password (sensitive - write-only)
Password Id
Past Days Mail To Sync. Default: 0
Identity certificate ID obtained from the Certificates API. Must be an identity certificate (is_identity = true)
Cert Compatible Ios4. Default: false
Oauth. Default: false
Calendar sync setting. Allowed values: 0=Default, 1=Restrict modification, 2=Disable sync, 3=Disable and restrict, 4=Enable sync, 5=Enable and restrict
Contacts sync setting. Allowed values: 0=Default, 1=Restrict modification, 2=Disable sync, 3=Disable and restrict, 4=Enable sync, 5=Enable and restrict
Notes sync setting. Allowed values: 0=Default, 1=Restrict modification, 2=Disable sync, 3=Disable and restrict, 4=Enable sync, 5=Enable and restrict
Mail sync setting. Allowed values: 0=Default, 1=Restrict modification, 2=Disable sync, 3=Disable and restrict, 4=Enable sync, 5=Enable and restrict
Reminders sync setting. Allowed values: 0=Default, 1=Restrict modification, 2=Disable sync, 3=Disable and restrict, 4=Enable sync, 5=Enable and restrict
Oauth Signin Url
Oauth Token Request Url
Full configuration details of Exchange ActiveSync payload item
{
"prevent_move": false,
"use_mime_encrypt": false,
"payload_id": 9007199254741000,
"disable_mail_recents_syncing": false,
"allow_move": true,
"use_ssl": true,
"user_name": "user@zylker.com",
"past_days_mail_to_sync": 7,
"encryption_cert_id": -1,
"email_address": "user@zylker.com",
"signing_cert_id": -1,
"account_name": "Exchange ActiveSync",
"active_sync_host": "https://zylker.com",
"use_only_mail_app": false
}
![]()
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.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.