Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Suggest an Idea

Announcements
This page is no longer in use. To suggest an idea, please visit Browse and Suggest.

Last logon timestamp on user object

Olabrustad20
Contributor II
Contributor II

Last logon timestamp on user object

Today, to get last logon timestamp (know as "com.qlik.user-session.begin") for users we need to parse through a lot of data on the audit api. It would be of great value if this was found directly on the user object. Both on the api "/api/v1/users" and on manage users info as admin on web. 

Suggestion: Add the "lastLogon" to the user object like this

{
"id": "649aaaaaaaaaaaaaaaaaa",
"tenantId": "BBBBBBBBBBBBBBBBBB",
"status": "active",
"subject": "987654321",
"name": "Jon Doe",
"email": "jon.doe@domain.com",
"preferredZoneinfo": "Europe/Berlin",
"roles": [
"Role 1",
"Role 2"
],
"createdAt": "2023-06-27T07:10:49.458Z",
"lastUpdatedAt": "2026-02-03T11:03:46.036Z",
"created": "2023-06-27T07:10:49.458Z",
"lastUpdated": "2026-02-03T11:03:46.036Z",
"lastLogon": "2026-02-04T12:07:49.029Z"
"links": {
"self": {
}
}
}