How to get list of logged in users details using REST APISummaryThis table 'v_user_session' stores all the logged in user session details. Once user logs out then the entry for that user is removed from the table. You can use this table with below query in REST API Http Method: GET Endpoint: https://instanceName.service-now.com/api/now/table/v_user_sessionInstructionsUse the REST API Explorer. See below example: