Hey Everybody,
I'm not seeing the option in the classic API, or maybe I'm missing the obvious, but is it possible to either get all the groups for a specific site, or query what site a group belongs to? The default query grabs everything, but I'm only interested in groups for a specific site.
jamfGroupArray+=($(curl -sX GET -H "accept: application/xml" -H "Authorization: Bearer ${jssAuth}" "${jssURL}/JSSResource/mobiledevicegroups"))
Thanks again!