active connections

Name Resource Description
Get active connections GET api/2.0/security/activeconnections Returns all the active connections to the portal.
Log out and change password PUT api/2.0/security/activeconnections/logoutallchangepassword Logs out from all the active connections of the current user and changes their password.
Log out for the user by ID PUT api/2.0/security/activeconnections/logoutall/{userId} Logs out from all the active connections of the user with the ID specified in the request.
Log out from all connections PUT api/2.0/security/activeconnections/logoutallexceptthis Logs out from all the active connections except the current connection.
Log out from the connection PUT api/2.0/security/activeconnections/logout/{loginEventId} Logs out from the connection with the ID specified in the request.