Skip to main content

Check Out Hardware

Check-out hardware to a user, location or another asset.

Basic Parameters

ParameterDescription
IDThe ID (not the asset tag) of the asset you'd like to query. Obtained via the "List Hardware" action.
Status IDValid status ID. Obtained via the "List Statuses" action.
Target IDThe ID to checkout the hardware to.

Either a user, asset, or location ID based on the "Target Type" parameter.
Target TypeType of entity the asset is being checked out to: user, asset, or location.

Advanced Parameters

ParameterDescription
NameOptional new asset name. This is useful for changing the asset's name on new checkout, for example, an asset that was named "Anna's Macbook Pro" could be renamed on the fly when it's checked out to Elizabeth, to "Beth's Macbook Pro".
NoteOptional note about the checkout.

Example Output

{
"status": "success",
"messages": "Asset checked out successfully.",
"payload": {
"asset": "tag"
}
}

Workflow Library Example

Check Out Hardware with Snipe It and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop