license_seats
List, checkout, and checkin license seats for users or assets to manage assignments and track seat availability.
Instructions
Manage license seat checkouts and checkins.
License seats can be assigned to users or assets.
Operations:
list: List all seats for a license (requires license_id)
checkout: Checkout a seat to a user or asset (requires license_id, seat_id, and checkout_data)
checkin: Checkin a seat (requires seat_id)
Returns: dict: Result of the operation including success status and data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The action to perform on license seats | |
| seat_id | No | Seat ID (required for checkout and checkin) | |
| license_id | No | License ID (required for list and checkout) | |
| checkout_data | No | Checkout data (required for checkout action) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||