---
title: "List user sessions"
method: GET
path: "/v3/users/{user_id}/sessions"
tags: ["Users"]
---

# List user sessions

`GET /v3/users/{user_id}/sessions`

Retrieves a list of the user's sessions.

## Path parameters

- `user_id` string, required

## Response `200`

OK

- union
  - SessionLookup
    - `tenantId` string
    - `subTenantId` string
    - `authenticated` boolean
    - `v` integer — version
    - `session_variables` SessionVariables
    - `user_id` string
    - `sessions` Session[]
      - `tenantId` string
      - `subTenantId` string
      - `supplied` boolean
      - `expiryDate` string
      - `startDate` string
      - `authenticated` boolean
      - `state` 'anonymous' | 'recognised' | 'partially_registered' | 'authenticated'
      - `device` string
      - `browser` string
      - `os` string
      - `city` string
      - `geoState` string
      - `deviceName` string
      - `country` string — ISO-3166-2 country code
      - `session_id` string
      - `user_id` string
    - `access_model` AccessModel
      - `meters` object
      - `credits` object
      - `delivered_entitlements` DeliveredEntitlement[]
        - `id` string
        - `direct` boolean
        - `meteredBy` string[]
        - `creditedBy` string[]
      - `granted_bundles` string[]
      - `jwt_bundles` array[]
        - string[]
      - `user_state` string
    - `last_updated` integer — A timestamp indicating the last update of the session, measured in milliseconds since the epoch.
    - `test_groups` object
    - `second_party_data` object
  - Session[]
    - `tenantId` string
    - `subTenantId` string
    - `supplied` boolean
    - `expiryDate` string
    - `startDate` string
    - `authenticated` boolean
    - `state` 'anonymous' | 'recognised' | 'partially_registered' | 'authenticated'
    - `device` string
    - `browser` string
    - `os` string
    - `city` string
    - `geoState` string
    - `deviceName` string
    - `country` string — ISO-3166-2 country code
    - `session_id` string
    - `user_id` string

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/zuora/apis/admin-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/admin-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/admin-api-reference/versions/789812d35ac8/schema)
