update_group
Modify an existing group in ServiceNow by updating its name, description, manager, parent, type, email, or active status using the group ID.
Instructions
Update an existing group in ServiceNow
Input Schema
Name | Required | Description | Default |
---|---|---|---|
active | No | Whether the group is active | |
description | No | Description of the group | |
No | Email address for the group | ||
group_id | Yes | Group ID or sys_id to update | |
manager | No | Manager of the group (sys_id or username) | |
name | No | Name of the group | |
parent | No | Parent group (sys_id or name) | |
type | No | Type of the group |