Get account groupsCopy Pageget https://yourServer.jamfcloud.com/api/v1/account-groupsGet all account groups with pagination, sorting, and filtering support. 📋Required privilege: Read Account GroupsRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Query ParamspageintegerDefaults to 0page-sizeintegerDefaults to 100sortarray of stringsDefaults to name:ascSorting criteria in the format: property:asc/desc. Default sort is name:asc. Multiple sort criteria are supported and must be separated with a comma. Accepts fields: id, name, siteId, ldapServerId.sort stringADD stringfilterstringQuery in the RSQL format to filter account groups collection. An empty query returns all results for the requested page. Supported fields: id, name, siteId, ldapServerId. Multiple conditions can be combined using logical operators. This parameter can be used with paging and sorting parameters. Example: name=="Admins" and siteId==-1Response 200Account groups retrieved successfullyUpdated 2 months ago Getting StartedGets the account group. Did this page help you?YesNo