Path parameters
-
id string Required
Id of the user.
Query parameters
-
limit integer(int32)
Maximum number of records to be returned.
GET /api/service/users/{id}/sessions
curl \
-X GET https://tenant.atlan.com/api/service/users/62fb7f0b-95ea-4503-b567-0fbfedaf5779/sessions \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response example (200)
[
{
"clients": {
"4e35fdb2-07e9-4ada-aabe-ae4eca96a6c9": "atlan-argo"
},
"id": "e9c068e1-2539-4b3a-aacd-0a151e98a01a",
"ipAddress": "10.151.37.116",
"lastAccess": 1652037346000,
"start": 1652037346000,
"userId": "62fb7f0b-95ea-4503-b567-0fbfedaf5779",
"username": "pthakran"
},
{
"clients": {
"4e35fdb2-07e9-4ada-aabe-ae4eca96a6c9": "atlan-argo"
},
"id": "53b4221c-654e-49ba-b2bd-3391adf35b03",
"ipAddress": "10.151.49.181",
"lastAccess": 1652037216000,
"start": 1652037216000,
"userId": "62fb7f0b-95ea-4503-b567-0fbfedaf5779",
"username": "pthakran"
}
]