create_workgroup
Create a new organizational workgroup by specifying its name and type (DEPARTMENT, LOCATION, or SQUAD), with optional parent and key.
Instructions
Create a new workgroup (DEPARTMENT, LOCATION, etc.) in the organization. name: Name of the workgroup. type: 'DEPARTMENT', 'LOCATION', or 'SQUAD'. parent_id: Optional parent workgroup UUID. key: Optional unique workgroup key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | ||
| name | Yes | ||
| type | Yes | ||
| parent_id | No |