ActiveUserSessions
Stores details about active user sessions, including login status, session duration, and user activity tracking, supporting security monitoring, access control enforcement, and system performance analysis.
Workday Resource Information
Retrieves all active user sessions.Secured by: System Monitor Administrator, System Monitor Support
Scope: System, System Health Dashboard, Tenant Non-Configurable
Columns
| Name | Type | Description |
| Id [KEY] | String | The unique identifier (Id) for the active user session instance. This Id ensures that each active session is distinctly tracked within the system. |
| AuthenticationType_Descriptor | String | The display name of the instance |
| AuthenticationType_Href | String | A direct link to the authentication type instance associated with this session. This link provides programmatic access to retrieve detailed information about the authentication method. |
| AuthenticationType_Id | String | The unique Id for the authentication type associated with the session. This Id ensures accurate tracking of how users authenticate during login. |
| Descriptor | String | The display name of the instance |
| DeviceType_Descriptor | String | The display name of the instance |
| DeviceType_Href | String | A direct link to the device type instance associated with this session. This link provides programmatic access to retrieve detailed information about the device. |
| DeviceType_Id | String | The unique Id for the device type used in the session. This Id ensures accurate tracking of user access methods. |
| ElapsedMinutes | Decimal | The total time, in minutes, that has elapsed since the user signed in. This value measures session duration or the time since the session started if it is still active. |
| Role_Descriptor | String | The display name of the instance |
| Role_Href | String | A direct link to the role instance associated with the session. This link provides programmatic access to retrieve detailed information about the assigned role. |
| Role_Id | String | The unique Id for the role associated with the session. This Id ensures that each session is linked to a specific role within the system. |
| SignonTime | Datetime | The timestamp indicating when the user's session started. This timestamp helps track session activity and duration for security and reporting purposes. |
| SystemAccount_Descriptor | String | The display name of the instance |
| SystemAccount_Href | String | A direct link to the system account instance associated with this session. This link provides programmatic access to retrieve details about the account that initiated the session. |
| SystemAccount_Id | String | The unique Id for the system account associated with this session. This identifier ensures accurate tracking of session ownership within the system. |