create_group
Automate group creation in ServiceNow by defining name, description, manager, parent, type, email, members, and active status for efficient team management.
Instructions
Create a new 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 | ||
manager | No | Manager of the group (sys_id or username) | |
members | No | List of user sys_ids or usernames to add as members | |
name | Yes | Name of the group | |
parent | No | Parent group (sys_id or name) | |
type | No | Type of the group |