update_team
Modify an existing team's details in Follow Up Boss CRM by specifying the team ID and optional fields like name, member user IDs, and leader IDs.
Instructions
Update a team by id. (PUT /teams/{id})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | The team name. | |
| userIds | No | The complete list of members of this team. | |
| extraBody | No | Extra raw JSON body fields not explicitly listed above — e.g. custom.* fields when creating/updating people or deals. Keys and values are sent as-is. | |
| leaderIds | No | The complete list of team leaders. | |
| extraQuery | No | Extra raw query parameters not explicitly listed above — e.g. FUB custom field filters like custom.ClosingDate on /people or /deals. Keys and values are sent as-is. |