suspend_or_unsuspend_seat
Suspend or reactivate team seats to control user access in the Multilead platform. Manage seat status by specifying user ID, account ID, and suspension state.
Instructions
Suspend or Unsuspend Seat
This action suspends or unsuspends a specific seat within a specific team.
Args: user_id: User ID who owns the seat account_id: Account/Seat ID to suspend/unsuspend suspended: True to suspend, False to unsuspend
Returns: Updated seat status
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| account_id | Yes | ||
| suspended | Yes |