list_users
List ServiceNow users with pagination and optional filters for search, active status, and department.
Instructions
List users, most recent first. limit/offset paginate — this returns one bounded page, not the full table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | Case-insensitive search matched against name, username, or email | |
| active | No | ||
| offset | No | ||
| department | No |