Skip to main content
Element Software
A newer release of this product is available.

ListAuthSessionsByClusterAdmin

Contributors

You can use the ListAuthSessionsByClusterAdmin method to list all auth sessions associated with the specified ClusterAdminID. If the specified ClusterAdminID maps to a group of users, all auth sessions for all members of that group will be listed.

Parameters

This method has the following input parameter:

Name Description Type Default value Required

clusterAdminID

Unique identifier for the cluster admin.

integer

None

Yes

Return values

This method has the following return value:

Name

Description

Type

sessions

List of session information for the auth sessions.

Request example

Requests for this method are similar to the following example:

{
    "method": "ListAuthSessionsByClusterAdmin",
    "clusterAdminID": 1
}

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