Get License Seats
Return all unique Seat ID's for a particular license.
Parameters
Parameter | Description |
---|---|
ID | License ID (not name) to retrieve seats for. |
Example Output
{
"total": 1,
"rows": [
{
"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 Seats with Snipe It and Send Results Via Email
Preview this Workflow on desktop