Create Chrome configuration payload
https://{server-hostname}:8383/api/mdm/chrome_configurations/profiles/{profile_id}/payloads/chromeconfigpolicy
MDMDeviceMgmt.CREATECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Unique identifier of the profile. Obtain from the Create Profile or Get Profiles response
Template Id
Profile Scope
Chrome Configuration
List of chrome configurations to remove
curl --request POST \
--url https://appdomain/api/mdm/chrome_configurations/profiles/{profile_id}/payloads/chromeconfigpolicy \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{"chrome_configuration":[],"template_id":1,"remove_chrome_configuration":[],"profile_scope":"0"}'Add Chrome Configuration payload to the profile
{
"chrome_configuration": [],
"template_id": 1,
"remove_chrome_configuration": [],
"profile_scope": "0"
}
Profile Id
Unique identifier for the created payload item
Chrome Configuration payload successfully added
{
"profile_id": 1,
"payloaditem_id": 9007199254741000
}
![]()
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.