> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 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

<div className="integrations-table">
  | Parameter   | Description                                                                                                          |
  | ----------- | -------------------------------------------------------------------------------------------------------------------- |
  | License ID  | License ID (not name) to retrieve seats for.                                                                         |
  | Seat ID     | The unique Seat ID to retrieve.                                                                                      |
  | Target ID   | Either the asset or user ID to checkout this seat to.                                                                |
  | Target Type | What type of target the seat should be checked out to.<br /><br />Either assigned for a user, or asset for an asset. |
</div>

## Example Output

```json theme={"dark"}
{
	"status": "success",
	"messages": "License updated successfully.",
	"payload": {
		"id": 270,
		"license_id": 11,
		"assigned_to": "13",
		"notes": null,
		"created_by": 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](https://library.blinkops.com/workflows/check-out-license-seat-with-snipe-it-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/check-out-license-seat-with-snipe-it-and-send-results-via-email/canvas" />
</div>
