teams_create
Add a new team to your company by providing a name and manager ID, with optional description and member user IDs.
Instructions
Add a new team to the company.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Team name | |
| manager_id | Yes | ID of the user who will be the manager of this team | |
| description | No | Team description | |
| users | No | Array of user IDs to add to the team |