External DocumentationTo learn more, visit the Jamf documentation.
Actions
Lock Device
Lock a device based on its management ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Client Data | A JSON array of objects of devices to lock. Each object’s managementId can be obtained via the Get Computer Inventory action.For example: |
| Command Data Message | The message to display to the user. |
| Command Data PIN | The 6 digit passcode the user needs to enter in order to unlock the device. |
| Command Data Phone Number | The phone number to display to the user. |
[
{
"id": "1",
"href": "https://yourJamfProUrl.jamf/api/v1/resource/1"
}
]
Was this page helpful?