External DocumentationTo learn more, visit the Zabbix documentation.
Basic Parameters
Advanced Parameters
Example Output
Workflow Library Example
List User Groups with Zabbix and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"params": {
"output": "extend",
"selectUsers": "extend"
}
}
| Parameter | Description |
|---|---|
| Limit | The maximum number of results to return. |
| Request ID | The ID to send with the request. |
| Search | The search query to filter events by. For more information about the search supported types, refer to Zabbix data types documentation. |
| Sort Field | Select the field to sort results by. |
| Sort Order | Select the sort order. |
| Status | Select the user group status to filter results by. |
| User Group IDs | A comma-separated list of user group IDs to filter results by. |
| User IDs | A comma-separated list of user IDs to filter results by. |
| Parameter | Description |
|---|---|
| Additional Parameters | A JSON object for additional body parameters. Values specified in this parameter will override equivalent parameters. For example: The object must follow the vendor’s structure as defined in the API documentation. |
{
"jsonrpc": "2.0",
"result": [
{
"usrgrpid": "7",
"name": "Zabbix administrators",
"gui_access": "0",
"users_status": "0",
"debug_mode": "1",
"userdirectoryid": "0",
"mfa_status": "0",
"mfaid": "0"
}
],
"id": 1
}
Was this page helpful?