get http://server-ip:rest-port/v2/users/activelist
Returns the list of user accounts that are currently in use on the server.
Response
Returns the list of user accounts that are currently in use on the server.
xxxxxxxxxx
curl --request GET \
--url 'http://server-ip/:rest-port/v2/users/activelist?token=AlaennaRocksMySocks' \
--header 'accept: application/json'