Lists the license sessions (activations) of every member of an organization, with pagination, sorting, and filtering.
const url = 'https://example.com/api/v1/provision/admin/sessions/activations/by-organization/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/api/v1/provision/admin/sessions/activations/by-organization/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Query Parameters
Section titled “Query Parameters”Responses
Section titled “Responses”OK
Serializable IPaginatedList<T> implementation used to deserialize paged API responses. int PaginatedListDto<T>.TotalPages, bool PaginatedListDto<T>.HasPreviousPage, and bool PaginatedListDto<T>.HasNextPage are computed from the other properties.
object
The 1-based index of this page within the full result set.
The maximum number of items per page that was requested.
The total number of items across all pages.
The items on this page.
Admin read model of a license session: one activated seat (device/process) on an entitlement, with its lease, grace, trial, and validity windows.
object
Computed client-side: lease not expired, still inside the validity window, and not revoked.
Optional display name of the device where the license is activated. Useful for management UIs and user identification of licensed devices.
Identifies the specific process that holds this license when concurrent licensing is enabled. Relevant when multiple processes on the same hardware require separate licenses.
The total number of pages, computed from int PaginatedListDto<T>.TotalCount and int PaginatedListDto<T>.PageSize; 0 when int PaginatedListDto<T>.PageSize is not positive.
Whether a page precedes this one (int PaginatedListDto<T>.PageNumber is greater than 1).
Whether a page follows this one (int PaginatedListDto<T>.PageNumber is less than int PaginatedListDto<T>.TotalPages).
Serializable IPaginatedList<T> implementation used to deserialize paged API responses. int PaginatedListDto<T>.TotalPages, bool PaginatedListDto<T>.HasPreviousPage, and bool PaginatedListDto<T>.HasNextPage are computed from the other properties.
object
The 1-based index of this page within the full result set.
The maximum number of items per page that was requested.
The total number of items across all pages.
The items on this page.
Admin read model of a license session: one activated seat (device/process) on an entitlement, with its lease, grace, trial, and validity windows.
object
Computed client-side: lease not expired, still inside the validity window, and not revoked.
Optional display name of the device where the license is activated. Useful for management UIs and user identification of licensed devices.
Identifies the specific process that holds this license when concurrent licensing is enabled. Relevant when multiple processes on the same hardware require separate licenses.
The total number of pages, computed from int PaginatedListDto<T>.TotalCount and int PaginatedListDto<T>.PageSize; 0 when int PaginatedListDto<T>.PageSize is not positive.
Whether a page precedes this one (int PaginatedListDto<T>.PageNumber is greater than 1).
Whether a page follows this one (int PaginatedListDto<T>.PageNumber is less than int PaginatedListDto<T>.TotalPages).
Examplegenerated
{ "pageNumber": 1, "pageSize": 1, "totalCount": 1, "items": [ { "id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "isTrial": true, "isValidSession": true, "activationTime": "2026-04-15T12:00:00Z", "lastAccessTime": "2026-04-15T12:00:00Z", "leaseExpiration": "2026-04-15T12:00:00Z", "graceExpiration": "2026-04-15T12:00:00Z", "leaseTime": "example", "trialExpiration": "2026-04-15T12:00:00Z", "isRevoked": true, "fingerprint": "example", "deviceName": "example", "applicationInstanceId": "example", "activationCode": "example", "licenseKey": "example", "entitlementId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "appliedPlanSetId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "appliedPlanName": "example", "licensedProducts": [ "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0" ], "cannotActivateBeforeTimestamp": "2026-04-15T12:00:00Z", "notValidAfterTimestamp": "2026-04-15T12:00:00Z", "userId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "email": "example" } ], "totalPages": 1, "hasPreviousPage": true, "hasNextPage": true}Serializable IPaginatedList<T> implementation used to deserialize paged API responses. int PaginatedListDto<T>.TotalPages, bool PaginatedListDto<T>.HasPreviousPage, and bool PaginatedListDto<T>.HasNextPage are computed from the other properties.
object
The 1-based index of this page within the full result set.
The maximum number of items per page that was requested.
The total number of items across all pages.
The items on this page.
Admin read model of a license session: one activated seat (device/process) on an entitlement, with its lease, grace, trial, and validity windows.
object
Computed client-side: lease not expired, still inside the validity window, and not revoked.
Optional display name of the device where the license is activated. Useful for management UIs and user identification of licensed devices.
Identifies the specific process that holds this license when concurrent licensing is enabled. Relevant when multiple processes on the same hardware require separate licenses.
The total number of pages, computed from int PaginatedListDto<T>.TotalCount and int PaginatedListDto<T>.PageSize; 0 when int PaginatedListDto<T>.PageSize is not positive.
Whether a page precedes this one (int PaginatedListDto<T>.PageNumber is greater than 1).
Whether a page follows this one (int PaginatedListDto<T>.PageNumber is less than int PaginatedListDto<T>.TotalPages).
Examplegenerated
{ "pageNumber": 1, "pageSize": 1, "totalCount": 1, "items": [ { "id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "isTrial": true, "isValidSession": true, "activationTime": "2026-04-15T12:00:00Z", "lastAccessTime": "2026-04-15T12:00:00Z", "leaseExpiration": "2026-04-15T12:00:00Z", "graceExpiration": "2026-04-15T12:00:00Z", "leaseTime": "example", "trialExpiration": "2026-04-15T12:00:00Z", "isRevoked": true, "fingerprint": "example", "deviceName": "example", "applicationInstanceId": "example", "activationCode": "example", "licenseKey": "example", "entitlementId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "appliedPlanSetId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "appliedPlanName": "example", "licensedProducts": [ "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0" ], "cannotActivateBeforeTimestamp": "2026-04-15T12:00:00Z", "notValidAfterTimestamp": "2026-04-15T12:00:00Z", "userId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "email": "example" } ], "totalPages": 1, "hasPreviousPage": true, "hasNextPage": true}Unauthorized
object
object
Examplegenerated
{ "type": "example", "title": "example", "status": 1, "detail": "example", "instance": "example"}object
Examplegenerated
{ "type": "example", "title": "example", "status": 1, "detail": "example", "instance": "example"}Forbidden
object
object
Examplegenerated
{ "type": "example", "title": "example", "status": 1, "detail": "example", "instance": "example"}object
Examplegenerated
{ "type": "example", "title": "example", "status": 1, "detail": "example", "instance": "example"}