teams_update
Update team properties in Pipedrive, including name, manager, description, members, and active status.
Instructions
Update the properties of a team.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the team to update | |
| name | No | Team name | |
| users | No | Array of user IDs to add to the team | |
| manager_id | No | ID of the user who will be the manager of this team | |
| active_flag | No | Whether the team is active | |
| description | No | Team description |