object

User

Get user details like logged-in, active sessions, logout etc.
Fields
logged_in_user
UserDetail
Retrieve detailed information about the currently logged-in user including profile data, contact information, and account status.
active_sessions
SessionList
Retrieve all active sessions of the currently logged-in user. Returns a list of all active login sessions across different devices and platforms.
has_password
HasPassword
Check if a user has set an account password.
logout
Logout
Logout the currently logged-in user and terminate their session.