list_users
Retrieve and filter user data from ServiceNow instances using customizable parameters like active status, department, and search queries.
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. |