user_get
Retrieve Zabbix users and their access details, including authentication and permissions, to manage who can view or modify monitoring data.
Instructions
Get users from Zabbix.
Users represent people with access to the Zabbix system. Each user has authentication credentials and permission level determining what they can view and modify.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return. Default is 100. | |
| offset | No | Number of matching records to skip. Use with 'limit' to page through results; check 'has_more' and 'total' in the response. | |
| output | No | extend | |
| search | No | Dictionary with search criteria like {'username': 'admin'}. Zabbix 5.4 renamed 'alias' to 'username' and rejects the old name. | |
| userids | No | List of user IDs to get. If empty, returns all users. | |
| sortfield | No | Field to sort by. A deterministic sort is required for paging to be consistent. | userid |
| sortorder | No | Sort direction - 'ASC' or 'DESC'. | ASC |
| count_output | No | If true, returns only the count of matched objects as an integer. | |
| filter_params | No | Additional filter parameters for advanced filtering. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||