---
title: "Get detailed user activity overview"
method: GET
path: "/api/v1/detailed-user-activity/overview"
tags: ["dashboard", "bff"]
---

# Get detailed user activity overview

`GET /api/v1/detailed-user-activity/overview`

## Query parameters

- `userId` string, uuid, required

## Response `201`

- DetailedUserActivityGetOverviewResponseDTO
  - `lastSessionDate` string, date-time — Date of the user's last session activity
  - `name` string, required — Display name of the user
  - `pictureUrl` string — URL of the user's profile picture
  - `registeredSince` string, date-time, required — Date when the user was registered
  - `status` 'ACTIVE_LAST_WEEK' | 'INACTIVE_LAST_WEEK' | 'DISABLED', required — Current activity status of the user

---

[API](https://skmtc.net/wejam/apis/jam.md) · [All operations](https://skmtc.net/wejam/apis/jam/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wejam/jam/revisions/bd5a5f406bca/schema)
