zabbix_get_users
Retrieve Zabbix users by filtering, searching, or specifying user groups. Customize output fields, sorting, and optionally include related media and group details.
Instructions
Get users 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 users that match the given filter | |
| output | No | Object properties to be returned | |
| search | No | Return only users that match the given wildcard search | |
| userids | No | Return only users with the given user IDs | |
| sortfield | No | Sort the result by the given properties | |
| sortorder | No | Sort order | ASC |
| usrgrpids | No | Return only users that belong to the given user groups | |
| selectMedias | No | Return media used by the user | |
| selectUsrgrps | No | Return user groups that the user belongs to | |
| selectMediatypes | No | Return media types used by the user |