Skip to main content

User Sessions Report

The User Sessions (also known as User Logins) report provides a detailed log of all user login activities to the system.


SPS Customizations

Below are the specific workflows and functionalities for the User Sessions report.

1. User Sessions Grid

User Sessions Grid View

The primary grid view displays all user login activities. Key elements include:

  • Filter by Date Range: Allows filtering login records between a start and end date.
  • Filter by Tenant Account: A dropdown to select and filter by specific tenant accounts.
  • Filter by User: A dropdown to select and filter by specific users.
  • Columns:
    • User e-mail: Email address of the user who logged in.
    • Tenant Account: Tenant organization associated with the user.
    • Timestamp: Date and time of the login activity.
    • Result: Status of the login attempt (e.g., "Success", "Invalid username or email").
    • Browser: Web browser used for the login.
  • Export to Excel: A utility button allowing users to export the login history for auditing or analysis.
  • Pagination: Controls to navigate through multiple pages of results.

Developer Reference

Core Backend Components

  • Application Services: The user session data is retrieved and managed via dedicated application services handling user login tracking.