Skip to main content

Get License Seat

Get details for one specific unique Seat ID for a particular license.

Use the "Get License Seats" action to retrieve all Seat ID's for a license.

Use the "Check In License Seat" and "Check Out License Seat" actions to checkin/checkout a Seat for a license.

Parameters

ParameterDescription
IDLicense ID (not name) to retrieve seats for.
Seat IDThe unique Seat ID to retrieve.

Example Output

{
"id": 110,
"license_id": 2,
"assigned_user": null,
"assigned_asset": null,
"location": null,
"reassignable": true,
"user_can_checkout": true,
"name": "Seat 1",
"available_actions": {
"checkout": true,
"checkin": true,
"clone": true,
"update": true,
"delete": true
}
}

Workflow Library Example

Get License Seat with Snipe It and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop