The User Activity tool is a chronological audit workspace that tracks every change made to user records within Neostella. This is a read-only, informational tool designed for administrators. It provides full visibility into user-level modifications originating from the identity database, ensuring transparency, traceability, and governance across the platform.
All tracked events are pulled directly from the user data schema, allowing administrators to review historical changes such as user creation, profile updates, role adjustments, and structural assignments.
access user activity workspace
Accessing the User Activity tool is straightforward:
1. Log in to Neostella.
2. Open the Control Center.
3. Click Access.
4. Select User Activity.
Here's an interactive tutorial
user activity dashboard
The User Activity dashboard has the next available tools:
|
1. User Activity tool 3. Toolbar |
5. User Activity table
|
Here's an interactive tutorial
reload button
The RELOAD button refreshes the activity dataset displayed in the table. When selected, the system re-scans the user database and retrieves the most recent tracked changes recorded in the schema.
how to refresh the user activity table
To refresh the user activity table:
1. In the User Activity tool, click the RELOAD button.
The system scans the user database, then the table updates automatically with the newest activity records.
Here's an interactive tutorial
toolbar
The Toolbar supports common activity management actions, including searching user records, applying filters, adjusting table displays, and exporting activity data.
Administrators can also search by specific text strings within the Details section, enabling faster identification of actions involving particular values or configurations.
These controls help administrators analyze user activity efficiently, particularly in large environments with complex organizational or partner structures.
user activity table
The User Activity table presents a consolidated, record-based log of all tracked user changes. Each row represents a single activity event and includes structured metadata describing what changed, when it occurred, and where it originated.
| Column | Type | Description | Example |
| User Name | Informational / Interactive | Displays the user’s name and links to the Activity Detail panel. | Maria Lopez |
| User Email | Informational | Displays the user’s email address. | maria.lopez@neostella.com |
| Action | Informational | Indicates the action performed on the user record. | Updated |
| Date Time | Informational | Shows when the activity occurred. | 2/10/2026 | 2:09:38 PM |
| Details | Informational | Displays the change payload in JSON format. | { "role": "Admin" } |
| Object | Informational | Indicates the object where the user record resides. | Users |
| Object Name | Informational | Displays the specific object name. | Internal Users |
| Object ID | Informational | Shows the unique identifier of the object. | ff4ee949-091f-4c5a-b499-b939c11cc341 |
| Context | Informational | Displays the contextual workspace of the change. | Access |
| Context Object Name | Informational | Shows the contextual entity name. | User Management |
| Context ID | Informational | Shows the unique identifier of the context. | ff4ee949-091f-4c5a-b499-b939c11cc341 |
activity detail panel
The Activity Detail panel provides an expanded view of the selected activity record.
This panel allows administrators to review the change at a granular level, including field-level modifications captured in the audit log.
how to open the activity detail panel
1. Locate a record in the User Name column.
2. Click the user name.
The Activity Detail panel opens.
Within this panel, administrators can review:
|
|
This detailed structure enables precise auditing and supports compliance, troubleshooting, and governance reviews.
Here's an interactive tutorial