slide_list_users
Lists users (technicians with console access). Filter by creation date to locate accounts created in a specific time range.
Instructions
List users (technicians with console access), filterable by creation date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of items to return per page. Defaults to 10. | |
| offset | No | Starting index for pagination. Defaults to 0. | |
| sort_by | No | Field to sort by. Defaults to "id". | |
| sort_asc | No | Sort in ascending order. Defaults to false (descending). | |
| created_after | No | Filter results to after a specific creation timestamp (RFC3339 format). | |
| created_before | No | Filter results to before a specific creation timestamp (RFC3339 format). |