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
UserDetailRetrieve information about the currently logged-in user.
active_sessions
SessionListRetrieve all active sessions of a user.
has_password
HasPasswordCheck if a user has set an account password.
logout
LogoutLogout currently logged-in user.
Query
Try it
Response
Was this section helpful?