3 weeks ago
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.
Monday
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
Tuesday
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