Skip to main content

List Groups

Retrieves all server group objects for the authenticated user.

Basic Parameters

ParameterDescription
Organization IDThe Organization ID you wish to list from.
The organization will be assumed based on the API key, if not specified.

Advanced Parameters

ParameterDescription
LimitA limit on the number of results to be returned, between 1 and 500, with a default of 500. Use with page parameter.
See About Automox API - Pagination.
PageThe page of results you wish to be returned with page numbers starting at 0.
See About Automox API - Pagination.

Example Output

[
{
"enable_os_auto_update": false,
"id": 0,
"name": "string",
"notes": "string",
"organization_id": 0,
"parent_server_group_id": 0,
"policies": [
0
],
"refresh_interval": 0,
"server_count": 0,
"ui_color": "string",
"wsus_config": {
"created_at": "string",
"id": 0,
"is_managed": false,
"server_group_id": 0,
"server_url": "string",
"updated_at": "string"
}
}
]

Workflow Library Example

List Groups with Automox and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop