---
title: "Get user upcoming live sessions"
method: POST
path: "/public/get-user-upcoming-live-sessions"
tags: ["User"]
---

# Get user upcoming live sessions

`POST /public/get-user-upcoming-live-sessions`

Get the enrolled and scheduled live sessions for a user on the current day, exactly like the upcoming live sessions shown on the user dashboard. Identify the user using any one of: your internal user ID, the Fermion user ID, or the user email address.

Authentication with the "FERMION-API-KEY" header is required to use this endpoint.

Rate limit: Maximum 60 requests in a window of 1m.

## Request body

- object
  - `data` object[], required
    - `data` object, required
      - `userId` string — Internal userId you have been using for the user in your database
      - `fermionUserId` string — The Fermion user ID (uniqueId) of the user
      - `userEmail` string, email — Email address of the user
      - `userTimeZone` string — IANA timezone of the user (e.g. "Asia/Kolkata"). Used to determine the current day boundaries. Defaults to UTC if not provided or invalid.

## Response `200`

API Response Body

- object[]
  - `output` union, required
    - object
      - `status` 'ok', required
      - `data` object, required
        - `upcomingLiveSessionsForTheDay` union[], required
          - union
            - object
              - …
            - object
              - …
    - object
      - `status` 'error', required
      - `errorMessage` string, required

---

[API](https://skmtc.net/fermion/apis/fermion-backend-api.md) · [All operations](https://skmtc.net/fermion/apis/fermion-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fermion/fermion-backend-api/revisions/7ce364c8820b/schema)
