user_get
Retrieve Zabbix user information by ID, search criteria, or filters, with pagination and sorting options to manage access and permissions.
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 results to skip (for pagination). Requires sortfield to be set. | |
| output | No | extend | |
| search | No | Dictionary with search criteria like {'alias': 'admin'} for username matching. | |
| userids | No | List of user IDs to get. If empty, returns all users. | |
| sortfield | No | Field to sort by. | |
| 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 | |||