To get Email policy payload item
https://{server-hostname}:8383/api/v1/mdm/profiles/{profile_id}/payloads/emailpolicy/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
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/emailpolicy/payloaditems/{payload_id}?include=payloaditems' \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Unique identifier of the payload item
Account Name
Account Type. Default: IMAP
Account Path Prefix
Account User Name
Mail Address
Allow Move. Default: true
Prevent Move. Default: false
Disable Mail Recents Syncing. Default: false
Incoming Server Hostname
Incoming Server Port. Default: 143
Incoming Server Username
Incoming Server Auth. Allowed values: none, password, md5, ntlm, httpmd5. Default: password
Incoming Password (sensitive - write-only)
Incoming Password Id
Incoming Server Use Ssl. Default: false
Outgoing Server Hostname
Outgoing Server Port. Default: 587
Outgoing Server Username
Outgoing Server Auth. Allowed values: none, password, md5, ntlm, httpmd5. Default: password
Outgoing Password (sensitive - write-only)
Outgoing Password Id
Outgoing Pwd As Income Pwd. Default: false
Use Only Mail App. Default: false
Outgoing Server Use Ssl. Default: false
Use Mime Encrypt. Default: false
Signing identity certificate ID obtained from the Certificates API.
Encryption identity certificate ID obtained from the Certificates API.
Full configuration details of Email payload item
{
"prevent_move": false,
"payload_id": 9007199254741000,
"account_type": "IMAP",
"disable_mail_recents_syncing": false,
"incoming_server_username": "user@zylker.com",
"outgoing_server_username": "user@zylker.com",
"allow_move": true,
"incoming_server_hostname": "https://zylker.com",
"outgoing_server_hostname": "smtp.zylker.com",
"account_user_name": "Zylker User",
"account_path_prefix": "value",
"account_name": "Zylker User",
"incoming_server_auth": "password",
"mail_address": "user@zylker.com",
"outgoing_server_auth": "password",
"incoming_server_port": 143
}
![]()
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.