list_users
Retrieve user data from ServiceNow with optional filters for active status, department, and search queries. Supports pagination for efficient results management.
Instructions
List users in ServiceNow
Input Schema
Name | Required | Description | Default |
---|---|---|---|
active | No | Filter by active status | |
department | No | Filter by department | |
limit | No | Maximum number of users to return | |
offset | No | Offset for pagination | |
query | No | Case-insensitive search term that matches against name, username, or email fields. Uses ServiceNow's LIKE operator for partial matching. |