GuidesRecipesAPI ReferenceChangelog
Log In
API Reference

Get account groups

Get all account groups with pagination, sorting, and filtering support.

📋

Required privilege: Read Account Groups

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
Defaults to 0
integer
Defaults to 100
sort
array of strings
Defaults to name:asc

Sorting 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
string

Query 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==-1

Response

Language
Credentials
LoadingLoading…
Response
Choose an example:
application/json