query

user

Use this nested query to retrieve user details like if the User isLoggedIn or not, to logout, to get activeSessionList and to check if hasPassword set or not.
Response
logged_in_user
UserDetail
Retrieve information about the currently logged-in user.
active_sessions
SessionList
Retrieve all active sessions of a user.
has_password
HasPassword
Check if a user has set an account password.
logout
Logout
Logout currently logged-in user.
Query
Loading...
Try it
Response
Loading...