Skip to main content
Question

Jamf School API

  • January 2, 2025
  • 2 replies
  • 31 views

Forum|alt.badge.img+1

Hello everyone,

We are currently using Jamf School to manage our devices and would like to automate the process of assigning configuration profiles to specific device groups like Group 4 students. While reviewing the API documentation (https://api.zuludesk.com/docs/), I could not find a dedicated endpoint for this functionality.

Could you please confirm if there is an existing API endpoint or method that allows us to:

- Assign a configuration profile to a device group.

- Remove a configuration profile from a device group.

 

I really appreciate any help you can provide.

2 replies

starbuck
Forum|alt.badge.img+4
  • New Contributor
  • January 13, 2025

Maybe you can have the devices join / leave a static group that already has that config profile in it? It doesn't look like there is an endpoint for making changes to config profile scopes, but there is something for device groups

https://{yourDomain}.jamfcloud.com/devices/groups/add


Forum|alt.badge.img+4
  • Contributor
  • January 14, 2025

You can't assign / remove profiles directly to devices. As @starbuck already mention: You create a static device group, add the profiles and then use the api add or remove devices from that group