get https://yourServer.jamfcloud.com/api/v1/groups
Returns group information for all Mobile Device and Computer groups. The type of groups returned will be dependent upon the corresponding group type READ privileges.
Response
Returns group information for all Mobile Device and Computer groups. The type of groups returned will be dependent upon the corresponding group type READ privileges.
xxxxxxxxxx
curl --request GET \
--url 'https://yourserver.jamfcloud.com/api/v1/groups?page=0&page-size=100' \
--header 'accept: application/json'