This API function retrieves the information necessary for seeing how a given licenses seats were split across the various license sets.
Function: cmd_part_lics_name Version: 20.0+
Argument Name |
Type |
Description |
---|---|---|
show_users |
boolean |
Include users when retrieving license information. |
expires |
boolean |
Include expired licenses in the response. |
response
{ "licenses": [ { "license_id": "", "license_sets": [ { "id": "", "partitions": [ { "id": "", "quantity": 0 } ], "users": [ { "id": 0, "name": "", "borrow": false } ] } ] } ] }