Hello,
I'm trying to get the list of active users from our PCS using REST API, but I can't find the URI to use.
There exits for auth and config:
So I was expecting something like "/api/v1/status/activeusers". Is there any way to get that?
Note similar question was asked on the below post, but referring to the user logs:
Thanks in advance.
Best Regards,
Esther
Getting Active Sessions:
/api/v1/system/active-users
REST API solution guide: https://www-prev.pulsesecure.net/download/techpubs/current/1598/pulse-connect-secure/pcs/9.1Rx/ps-pc... (Page #27)
Just to confirm
/api/v1/system/active-users
Was introduced in 9.0 and is not available in 8.3 release, right?