missive_update_teams
Update team names, colors, members, business hours, and other settings for one or more teams at once. Requires admin or owner credentials.
Instructions
Updates one or more existing teams. The API token must belong to an admin or owner of the organization. Pass ids (comma-joined into the URL path) and a teams array with one object per id, each carrying its own matching id plus only the attributes to change. Body shape: { teams: [...] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Team UUIDs to update. Comma-joined into the URL path; must align 1:1 with `teams` (each team object carries its own matching `id`). | |
| teams | Yes | One update object per id; include only the attributes you want to change. |