Skip to main content
Question

JAMF School API version 4 issue

  • December 15, 2025
  • 1 reply
  • 8 views

Forum|alt.badge.img

Hi, kind of new to this and I don't know if there's a better place to post this question.

I’m having trouble retrieving and modifying the student device restrictions using the version 4 API. I’ve used version 4 for teacher lessons, and it works fine. However, the  retrieve current student device restrictions API doesn’t provide the correct information. It does not show any restrictions when there are. This is what I get back.

[
{
"studentId": 142
},
{
"studentId": 143
}
]

https://api.zuludesk.com/docs/#api-Teacher-ModifyProfiles and https://api.zuludesk.com/docs/#api-Teacher-GetProfiles  

So, the APIs are executing, but they’re they are not working.

Similarly, the modify restrictions API doesn’t give an error, but it doesn’t do anything either.

For example, if I use Jamf Teacher Application to restrict a student and and I see those restrictions in effect on the JAMF teacher console, using the API to retrieve those restrictions doesn't work. It doesn't return any restrictions. It looks like that there are no restrictions in place.

So, the APIs are executing, but they’re they are not working.

Similarly, the modify restrictions API doesn’t give an error, but it doesn’t do anything either.

 

 

1 reply

Forum|alt.badge.img
  • Author
  • New Contributor
  • December 15, 2025

Never mind. I think I know what the problem was.