Modify Android Lock screen policy payload
https://{server-hostname}:8383/api/v1/mdm/profiles/{profile_id}/payloads/androidlockscreenmessage/payloaditems/{payload_id}
MDMDeviceMgmt.UPDATECopied!
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
Wallpaper type. 1 = Custom color wallpaper, 2 = Uploaded image wallpaper, 3 = Uploaded image with separate landscape image (required)
Background hex color code for custom wallpaper (applies when wallpaper_type=1, e.g., #FFFFFF)
Wallpaper image file ID (applies when wallpaper_type=2 or 3)
Landscape wallpaper image file ID (applies when wallpaper_type=3)
Array of messages displayed on the lock screen (required, max 5 messages)
Lock screen message entry
Lock screen message text (required, max 100 characters)
Message text color as a hex color code (required, e.g., #FF0000)
Display order of this message on the lock screen
Whether the wallpaper image has been modified
Whether the landscape wallpaper image has been modified
Lock screen message orientation. 0 = User Controlled, 1 = Portrait, 2 = Landscape. Default: 1
Asset tag display location. 0 = Lock screen, 1 = Kiosk launcher, 2 = Lock screen and kiosk launcher. Default: 0
Asset tag text size. 1 = Small, 2 = Medium, 3 = Large. Default: 1
curl --request PUT \
--url https://appdomain/api/v1/mdm/profiles/{profile_id}/payloads/androidlockscreenmessage/payloaditems/{payload_id} \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{"orientation":1,"wallpaper":9007199254741080,"wallpaper_modified":false,"messages":[{"text_colour":"#000000","message":"This device belongs to Example Corp"}],"wallpaper_type":2,"landscape_wallpaper":0,"bg_colour":"#ffffff","landscape_wallpaper_modified":false}'Modify Lock Screen Message payload item
{
"orientation": 1,
"wallpaper": 9007199254741080,
"wallpaper_modified": false,
"messages": [
{
"text_colour": "#000000",
"message": "This device belongs to Example Corp"
}
],
"wallpaper_type": 2,
"landscape_wallpaper": 0,
"bg_colour": "#ffffff",
"landscape_wallpaper_modified": false
}
Unique identifier of the payload item
Wallpaper type. 1 = Custom color wallpaper, 2 = Uploaded image wallpaper, 3 = Uploaded image with separate landscape image (required)
Background hex color code for custom wallpaper (applies when wallpaper_type=1, e.g., #FFFFFF)
Wallpaper image file ID (applies when wallpaper_type=2 or 3)
Landscape wallpaper image file ID (applies when wallpaper_type=3)
Array of messages displayed on the lock screen (required, max 5 messages)
Lock screen message entry
Lock screen message text (required, max 100 characters)
Message text color as a hex color code (required, e.g., #FF0000)
Display order of this message on the lock screen
Whether the wallpaper image has been modified
Whether the landscape wallpaper image has been modified
Lock screen message orientation. 0 = User Controlled, 1 = Portrait, 2 = Landscape. Default: 1
Asset tag display location. 0 = Lock screen, 1 = Kiosk launcher, 2 = Lock screen and kiosk launcher. Default: 0
Asset tag text size. 1 = Small, 2 = Medium, 3 = Large. Default: 1
Lock Screen Message payload item successfully modified
{
"payload_id": 9007199254741000,
"orientation": 1,
"wallpaper": 9007199254741080,
"wallpaper_modified": false,
"messages": [
{
"text_colour": "#000000",
"message": "This device belongs to Example Corp"
}
],
"wallpaper_type": 2,
"landscape_wallpaper": 0,
"bg_colour": "#ffffff",
"landscape_wallpaper_modified": false
}
![]()
Duration: 1 minute | Threshold: 60 | 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.