Create License
Create a new license.
Basic Parameters
Parameter | Description |
---|---|
Category ID | ID of the category the license should belong to. |
Name | Name of the new license. |
Seats | Number of license seats owned. |
Advanced Parameters
Parameter | Description |
---|---|
Expiration Date | Date of license expiration. |
Extra Fields | Any additional fields to add to the license.Can be one of:
|
License Email | Email address associated with license. |
Notes | License Notes. |
Example Output
{
"status": "success",
"messages": "License created successfully.",
"payload": {
"category_id": 1,
"expiration_date": "2023-01-20T00:00:00.000000Z",
"license_email": "test@blinkops.com",
"name": "test license",
"notes": "this is a note",
"seats": 55,
"serial": "serial-number",
"updated_at": "2023-01-20T09:14:10.000000Z",
"created_at": "2023-01-20T09:14:10.000000Z",
"id": 2
}
}
Workflow Library Example
Create License with Snipe It and Send Results Via Email
Preview this Workflow on desktop