To create Mac Firmware password policy
https://{server-hostname}:8383/api/v1/mdm/profiles/{profile_id}/payloads/macfirmwarepassword
MDMDeviceMgmt.CREATECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Unique identifier of the profile. Obtain from the Create Profile or Get Profiles response
Firmware password mode. Allowed values: 1=Static Password, 2=Dynamic Password, 3=Turn Off firmware Password
Managed password ID for the new firmware/recovery lock password. Create the password first using the Add Managed Password and use the returned managed_password_id
Managed password ID for the current firmware/recovery lock password (required when changing an existing password). Create using the Add Managed Password
curl --request POST \
--url https://appdomain/api/v1/mdm/profiles/{profile_id}/payloads/macfirmwarepassword \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{"firmware_old_password":"********","firmware_password_type":1,"firmware_new_password":"********"}'Add Firmware Password payload to the profile
{
"firmware_old_password": "********",
"firmware_password_type": 1,
"firmware_new_password": "********"
}
Unique identifier for the created payload item
Firmware password mode. Values: 1=Static Password, 2=Dynamic Password, 3=Turn Off firmware Password
Managed password ID of the new firmware/recovery lock password that was set
Firmware Password payload successfully added
{
"payload_id": 9007199254741000,
"firmware_old_password": "********",
"firmware_password_type": 1,
"firmware_new_password": "********"
}
![]()
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.