Get Android Email policy payload
https://{server-hostname}:8383/api/v1/mdm/profiles/{profile_id}/payloads/androidemailpolicy/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/androidemailpolicy/payloaditems/{payload_id} \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Unique identifier of the payload item
Display name for the email account, shown on the device
Email protocol type. 1 = IMAP, 2 = POP3. Default: 1
Email address for this account. Use %email% to auto-populate from the enrolled user
Name shown as the sender in outgoing emails. Use %username% to auto-populate
Allow rendering of HTML-formatted email content on the device. Default: true
Allow the user to forward received emails. Default: true
Enable email push notifications on the device. Default: true
Enable vibration for email notifications when the device is on silent mode. Default: true
Set this as the default email account on the device. Default: false
Allow the user to modify email account settings from the device. Default: true
Default signature appended to outgoing emails
Protocol for the incoming mail server. Typically IMAP or POP3
Hostname or IP address of the incoming mail server (required)
Port for the incoming mail server. Common values: 993 (IMAP+SSL), 143 (IMAP), 995 (POP3+SSL), 110 (POP3). Default: 143
Username for authenticating to the incoming mail server. Use %username% to auto-populate
Password for the incoming mail server. Write-only; not returned in responses
ID of a stored credential used as the incoming mail server password. Use -1 when providing password directly
Enable SSL/TLS encryption for the incoming mail server connection. Default: true
Enable STARTTLS encryption upgrade for the incoming mail server connection. Default: false
Require a trusted certificate from the incoming mail server. Default: true
Protocol for the outgoing mail server. Typically SMTP. Default: SMTP
Hostname or IP address of the outgoing (SMTP) mail server (required)
Port for the outgoing mail server. Common values: 465 (SMTP+SSL), 587 (SMTP+TLS), 25 (SMTP). Default: 587
Username for authenticating to the outgoing mail server. Use %username% to auto-populate
Password for the outgoing mail server. Write-only; not returned in responses
ID of a stored credential used as the outgoing mail server password. Use -1 when providing password directly
Enable SSL/TLS encryption for the outgoing mail server connection. Default: true
Enable STARTTLS encryption upgrade for the outgoing mail server connection. Default: false
Require a trusted certificate from the outgoing mail server. Default: true
Full configuration details of Email payload item
{
"account_type": 1,
"signature": "Regards, %username%",
"outgoing_server_password_id": -1,
"sender_name": "%username%",
"default_account": false,
"outgoing_server_use_tls": false,
"outgoing_user_name": "%username%",
"incoming_protocol": "IMAP",
"account_name": "Corporate Email",
"allow_html_content": true,
"allow_change_setting": true,
"outgoing_server_port": 587,
"incoming_server_certificate": false,
"mail_address": "%email%",
"incoming_server_port": 993,
"outgoing_server_use_ssl": true,
"payload_id": 9007199254741000,
"allow_forward": true,
"incoming_server_hostname": "imap.zylker.com",
"incoming_server_password_id": -1,
"outgoing_server_hostname": "smtp.zylker.com",
"allow_notify": true,
"incoming_server_use_tls": false,
"outgoing_protocol": "SMTP",
"allow_vibrate_on_silent": true,
"incoming_user_name": "%username%",
"incoming_server_use_ssl": true,
"outgoing_server_certificate": 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.