zabbix_get_usergroups
Retrieve user groups from Zabbix using filters for IDs, names, and users. Customize output fields, sorting, and include user or permission details.
Instructions
Get user groups from Zabbix with filtering and output options
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit the number of records returned | |
| filter | No | Return only user groups that match the given filter | |
| output | No | Object properties to be returned | |
| search | No | Return only user groups that match the given wildcard search | |
| userids | No | Return only user groups that contain the given users | |
| sortfield | No | Sort the result by the given properties | |
| sortorder | No | Sort order | ASC |
| usrgrpids | No | Return only user groups with the given IDs | |
| selectUsers | No | Return users that belong to the user group | |
| selectRights | No | Return permissions of the user group |