Skip to main content

Check Out License Seat

Checks out a license seat to an asset or user.

Use the "Get License Seats" action to retrieve all unique Seat IDs for a license.

Parameters

ParameterDescription
License IDLicense ID (not name) to retrieve seats for.
Seat IDThe unique Seat ID to retrieve.
Target IDEither the asset or user ID to checkout this seat to.
Target TypeWhat type of target the seat should be checked out to.

Either assigned for a user, or asset for an asset.

Example Output

{
"status": "success",
"messages": "License updated successfully.",
"payload": {
"id": 270,
"license_id": 11,
"assigned_to": "13",
"notes": null,
"user_id": 1,
"created_at": "2023-01-21T16:05:59.000000Z",
"updated_at": "2023-01-21T16:06:00.000000Z",
"deleted_at": null,
"asset_id": null
}
}

Workflow Library Example

Check Out License Seat with Snipe It and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop