so if you want to know if a user is logged into at...
# support-questions
r
so if you want to know if a user is logged into at least one device, you will have to get their user ID and use
getAllSessionHandlesForUser
. If this returns an array of size > 0, then they are logged in into at least one device.