add_group_members
Add users to an existing group in ServiceNow by specifying the group ID and a list of member usernames or sys_ids through the ServiceNow API.
Instructions
Add members to an existing group in ServiceNow
Input Schema
Name | Required | Description | Default |
---|---|---|---|
group_id | Yes | Group ID or sys_id | |
members | Yes | List of user sys_ids or usernames to add as members |