v2

latestOpenAPI 3.0.12026-07-263104131.9 MB
Software Licenses

Get Software License Assignments

Get Software License Assignments

get/v2/software-license/{licenseId}/assignments

Path parameters

licenseIdinteger required

Id of the Software License to get assignments for

Query parameters

afterstring

Cursor for forward pagination. Use nextCursor from previous response.

beforestring

Cursor for backward pagination. Use previousCursor from previous response.

pageSizeinteger

Number of results per page. Defaults to 100, minimum 1, maximum 500.

Response

Returns Software License Assignments

licenseeIdinteger

Indicates the identifier of the licensee

licenseeNamestring

Indicates the name of the licensee

licenseeOrganizationNamestring

Indicates the organization name of the licensee

licenseeOrganizationIdinteger

Indicates the organization identifier of the licensee

licenseeEmailstring

Indicates the email of the licensee

lastUsedAtinteger

The last usage timestamp in unix epoch seconds

hasViewAccessboolean

Indicates if the requester has access to view the licensee details

Example response

{
  "lastUsedAt": 1672531199
}