cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any way to get active users from the REST API?

EstherdTM
New Contributor

Is there any way to get active users from the REST API?

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:

  • "/api/v1/auth/..."
  • "/api/v1/configuration/..."

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:

https://community.pulsesecure.net/t5/Pulse-Connect-Secure/Is-there-any-Pulse-Secure-rest-api-to-get-...

 

Thanks in advance.

Best Regards,

Esther

Tags (2)
2 REPLIES 2
r@yElr3y
Moderator

Re: Is there any way to get active users from the REST API?

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)

 

 

PCS Expert
Pulse Connect Secure Certified Expert
flipPipe
Frequent Contributor

Re: Is there any way to get active users from the REST API?

Just to confirm

 

/api/v1/system/active-users

 

Was introduced in 9.0 and is not available in 8.3 release, right?