list_groups
Retrieve and filter groups from ServiceNow using parameters like active status, group type, or search terms for group name and description. Supports pagination with limit and offset options.
Instructions
List groups from ServiceNow with optional filtering
Input Schema
Name | Required | Description | Default |
---|---|---|---|
active | No | Filter by active status | |
limit | No | Maximum number of groups to return | |
offset | No | Offset for pagination | |
query | No | Case-insensitive search term that matches against group name or description fields. Uses ServiceNow's LIKE operator for partial matching. | |
type | No | Filter by group type |