Get Group Members
servicenow_get_group_membersRetrieve all members of a ServiceNow user group by name or sys_id, with pagination and selectable output format.
Instructions
Get all members of a ServiceNow user group.
Args:
group_identifier (string): Group name, sys_id, or partial name to match
limit / offset: Pagination
response_format: Output format
Returns: List of users in the group with their names, usernames, and emails
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (1–100, default 20) | |
| offset | No | Number of results to skip for pagination (default 0) | |
| response_format | No | Output format: 'markdown' (default) for human-readable or 'json' for structured data | markdown |
| group_identifier | Yes | Group name or sys_id |