Posted on 02-22-2022 01:26 AM
Is there any possibility to add teachers to classes in Jamf via a csv import? Adding multiple teachers to classes seems tedious.
Any held is appreciated.
Posted on 02-22-2022 06:05 AM
As far as I can tell, the only way to bulk edit/import user data with a csv is only in Users. There is a field called TeacherGroups, but I believe that's just for a User Group that has Jamf Teacher permissions...can' say for sure. Link for Jamf documentation.
At our school, teachers make their classes in Jamf Teacher. The classes are added Ad-Hoc to our Jamf School, which creates both Classes and User Groups. They also sync with Apple Classroom on their devices.
Posted on 03-01-2022 02:25 PM
With the Jamf-school api you can assign students and teachers to a class. (and a lot more) https://api.zuludesk.com/docs/#api-Classes-Assign_users
(And I learned it the hard way - the class and teacher endpoints are X-Server-Protocol-Version: 3 endpoints... so I always got an 404 error while accessing it without a specified Protocol-Version in the request header)
in this video there is some python example code https://www.youtube.com/watch?v=wUCO8O5BL84&t=3s@ (15:15)