teams_update
Update a team's properties including name, manager, description, users, and active status in Pipedrive CRM. Provide the team ID and any fields to change.
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 | |
| manager_id | No | 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 | |
| active_flag | No | Whether the team is active |