add_user_to_group
Assign a user to a specified group in ServiceNow using their system IDs.
Instructions
Add a user to a group (requires WRITE_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_sys_id | Yes | System ID of the user | |
| group_sys_id | Yes | System ID of the group |