Finding the Jamf Pro Management ID through the API

haylowry
New Contributor

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!

1 ACCEPTED SOLUTION

talkingmoose
Moderator
Moderator

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

View solution in original post

2 REPLIES 2

talkingmoose
Moderator
Moderator

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!