To create Exchange Active Sync policy
https://{server-hostname}:8383/api/v1/mdm/profiles/{profile_id}/payloads/exchangeactivesyncpolicy
MDMDeviceMgmt.CREATECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Unique identifier of the profile. Obtain from the Create Profile or Get Profiles response
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
curl --request POST \
--url https://appdomain/api/v1/mdm/profiles/{profile_id}/payloads/exchangeactivesyncpolicy \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{"prevent_move":false,"use_mime_encrypt":false,"encryption_cert_id":-1,"disable_mail_recents_syncing":false,"allow_move":true,"signing_cert_id":-1,"use_ssl":true,"account_name":"Exchange ActiveSync","active_sync_host":"https://zylker.com","use_only_mail_app":false}'Add Exchange ActiveSync payload to the profile
{
"prevent_move": false,
"use_mime_encrypt": false,
"encryption_cert_id": -1,
"disable_mail_recents_syncing": false,
"allow_move": true,
"signing_cert_id": -1,
"use_ssl": true,
"account_name": "Exchange ActiveSync",
"active_sync_host": "https://zylker.com",
"use_only_mail_app": false
}
Unique identifier for the created 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
Exchange ActiveSync payload successfully added
{
"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: 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.