Get account groups

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

Required Permissions: read:pro:account-groups

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

The tenant UUID identifier

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
OAuth2
URL
LoadingLoading…
Response
Choose an example:
application/json