GET: See users that logged in

The GET operation can be used to see which users have logged in during a set period of time.

Overview

You can see which users logged in during a particular period of time on the space level.

The time a user logged in is accessed with the last_login field.

Back to top

Example

Use the following example to GET the users in the space context that logged into ValueEdge between February 16, 2023 and February 18, 2023: 

GET .../api/shared_spaces/<space_id>/users?fields=last_login,name,first_name,last_name,ssp_user_activation_status,site_user_activation_status&query="((last_login GE ^2023-02-16T22:00:00Z^;last_login LE ^2023-02-18T21:59:59Z^))"

Back to top

See also: