Skip to content

Latest commit

 

History

History
72 lines (57 loc) · 1.55 KB

reference_element_api_listactiveauthsessions.adoc

File metadata and controls

72 lines (57 loc) · 1.55 KB
permalink sidebar keywords summary
api/reference_element_api_listactiveauthsessions.html
sidebar
active,sessions,authentication session,list
You can use the ListActiveAuthSessions method to list all of the active authenticated sessions. Only users with Administrative access rights can call this method.

ListActiveAuthSessions

You can use the ListActiveAuthSessions method to list all of the active authenticated sessions. Only users with Administrative access rights can call this method.

Parameters

This method has no input parameters.

Return values

This method has the following return value:

Name Description Type

sessions

Session information for the authentication sessions.

Request example

Requests for this method are similar to the following example:

{
  "method": "ListActiveAuthSessions"
}

Response example

This method returns a response similar to the following example:

{
"sessions": [
      {
        "accessGroupList": [
          "administrator"
        ],
        "authMethod": "Cluster",
        "clusterAdminIDs": [
          1
        ],
        "finalTimeout": "2020-03-14T19:21:24Z",
        "idpConfigVersion": 0,
        "lastAccessTimeout": "2020-03-11T19:51:24Z",
        "sessionCreationTime": "2020-03-11T19:21:24Z",
        "sessionID": "b12bfc64-f233-44df-8b9f-6fb6c011abf7",
        "username": "admin"
      }
    ]
}

New since version

12.0