Check In (Snipe-IT)
snipeit_checkinCheck in assets, accessories, components, or license seats to return them from assigned users. Requires item type and ID; supports optional quantity, location, status, and notes.
Instructions
Check in an asset, accessory, component, or license seat (consumables cannot be checked in). GOTCHA: for accessory/component the id is the PIVOT-ROW id from snipeit_get_entity include=checkedout / include=assets — not the entity id. License checkin needs seatId; on a non-reassignable license this permanently burns the seat. Requires write access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| note | No | ||
| type | Yes | ||
| seatId | No | Required for license checkin. | |
| quantity | No | Component checkin quantity (default 1). | |
| statusId | No | Asset checkin: status label to set. | |
| locationId | No | Asset checkin: new location. |