Skip to main content

I feel like I'm just missing this somewhere, but is it possible to query the api to find the Jamf pro management ID? I know where it lives in the console but I would like to programmatically send a wipe computer command to device through this endpoint: https://yourserver.jamfcloud.com/api/v2/mdm/commands and that requires the Jamf pro management ID. If there's a better way to wipe a device other than this endpoint, I would also like to know. Thanks!

You can find a computer's managementID by searching one of the endpoints under the computer-inventory section of the Jamf Pro API.


You can find a computer's managementID by searching one of the endpoints under the computer-inventory section of the Jamf Pro API.


@talkingmoose Thanks for you help!