Get a list of licenses checked out to the user.

Parameters

ParameterDescription
IDUser id.

Example Output

{
	"total": 1,
	"rows": [
		{
			"id": 8,
			"name": "new name",
			"company": null,
			"manufacturer": null,
			"product_key": "myserial",
			"order_number": "",
			"purchase_order": "",
			"purchase_date": null,
			"termination_date": null,
			"depreciation": null,
			"purchase_cost": "100.00",
			"purchase_cost_numeric": "100.00",
			"notes": "new notes",
			"expiration_date": null,
			"seats": 15,
			"free_seats_count": 0,
			"license_name": "",
			"license_email": "newlicense@blinkops.com",
			"reassignable": true,
			"maintained": false,
			"supplier": null,
			"category": {
				"id": 1,
				"name": "Misc Software"
			},
			"created_at": {
				"datetime": "2023-01-21 15:59:06",
				"formatted": "2023-01-21 03:59 PM"
			},
			"updated_at": {
				"datetime": "2023-01-21 15:59:06",
				"formatted": "2023-01-21 03:59 PM"
			},
			"deleted_at": null,
			"user_can_checkout": false,
			"available_actions": {
				"checkout": true,
				"checkin": true,
				"clone": true,
				"update": true,
				"delete": true
			}
		}
	]
}

Workflow Library Example

Get User Licenses with Snipe It and Send Results Via Email

Preview this Workflow on desktop