v2

latestOpenAPI 3.0.12026-07-263104131.9 MB
Software Licenses

Update License Assignments Last Usage

Update the last usage timestamp for one or more license assignments. Supports device, app user, and contact assignment types. Maximum of 100 assignments per request.

put/v2/software-license/assignments/last-usage

Request body

licenseIdinteger

The identifier of the software license

licenseeIdinteger

The identifier of the licensee

licenseeType'NODE' | 'APP_USER' | 'CONTACT'

The type of the licensee

lastUsageinteger

The last usage timestamp in unix epoch seconds

Example request

{
  "lastUsage": 1672531199
}

Response

Last usage updated successfully