Skip to main content
Question

JAMF School APi

  • April 14, 2022
  • 1 reply
  • 8 views

Forum|alt.badge.img+1

I am looking at wanting a Powershell script to access the JAMF School API to pull a list of devices and their WiFi Mac addresses.

Any hints or directions for a start with he JAMF API?

1 reply

Fluffy
Forum|alt.badge.img+10
  • Honored Contributor
  • April 14, 2022

I have been working on writing a bash script that utilize Javascript (through osascript) to assign new owners to devices. My experience is pretty limited in this.

You can find the documentation for the Jamf School API by going to Organization > Settings > API. I believe what you're looking for would be gathered from the "List devices" (/devices) section.

It is worth noting that whenever I pull from our full list of devices, I always encounter a syntax error for a missing "}". If I filter down the list I do not get that error and everything works. I don't know if my case is isolated or if the list is bugged somehow.

Hope this helps.