> ## 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.

# Get User Licenses

Get a list of licenses checked out to the user.

## Parameters

<div className="integrations-table">
  | Parameter | Description |
  | --------- | ----------- |
  | ID        | User id.    |
</div>

## Example Output

```json theme={"dark"}
{
	"total": 1,
	"rows": [
		{
			"id": 3,
			"name": "<string>",
			"company": null,
			"manufacturer": null,
			"product_key": "<string>",
			"order_number": null,
			"purchase_order": null,
			"purchase_date": null,
			"termination_date": null,
			"depreciation": null,
			"purchase_cost": "<string>",
			"purchase_cost_numeric": "<string>",
			"notes": "<string>",
			"expiration_date": null,
			"seats": 26,
			"free_seats_count": 1,
			"remaining": 2,
			"min_amt": null,
			"license_name": null,
			"license_email": "<string>",
			"reassignable": true,
			"maintained": false,
			"supplier": null,
			"category": {
				"id": 0,
				"name": "<string>"
			},
			"created_by": null,
			"created_at": {
				"datetime": "2025-04-01 22:14:12",
				"formatted": "Tue Apr 01, 2025 10:14PM"
			},
			"updated_at": {
				"datetime": "2025-04-01 22:14:13",
				"formatted": "Tue Apr 01, 2025 10:14PM"
			},
			"deleted_at": null,
			"user_can_checkout": false,
			"available_actions": {
				"checkout": true,
				"checkin": true,
				"clone": true,
				"update": true,
				"delete": false
			}
		}
	]
}
```

## Workflow Library Example

[Get User Licenses with Snipe It and Send Results Via Email](https://library.blinkops.com/workflows/get-user-licenses-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/get-user-licenses-with-snipe-it-and-send-results-via-email/canvas" />
</div>
