Toggle Card Assignment
fizzy_toggle_card_assignmentToggle a user's assignment on a card to assign or unassign them, making it easy to manage card ownership and responsibilities.
Instructions
Assign or unassign a user to/from a card. If the user is already assigned, they will be unassigned. If not assigned, they will be assigned. Use this to manage card ownership and responsibilities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assignee_id | Yes | The ID of the user to assign/unassign | |
| card_number | Yes | The card number - the visible ID shown on the board (e.g., '#123'). This is different from card_id and is used for some endpoints. Card numbers are shown in the Fizzy UI and are user-friendly identifiers. | |
| account_slug | Yes | The account slug identifier (e.g., '123456' or '/123456'). This identifies which Fizzy account to operate on. Get available account slugs from fizzy_get_identity or fizzy_get_accounts. |