---
title: "Report action of User over the dashboard (reportUserDashboardAction)"
method: GET
path: "/api/user/dashboards/{dashboardId}/{action}"
tags: ["user-controller"]
---

# Report action of User over the dashboard (reportUserDashboardAction)

`GET /api/user/dashboards/{dashboardId}/{action}`

Report action of User over the dashboard. 

Available for users with 'TENANT_ADMIN' or 'CUSTOMER_USER' authority.

## Path parameters

- `dashboardId` string, required
- `action` string, required

## Response `200`

OK

- UserDashboardsInfo
  - `last` LastVisitedDashboardInfo[] — List of last visited dashboards.
    - `id` string, uuid — JSON object with Dashboard id.
    - `title` string — Title of the dashboard.
    - `starred` boolean — Starred flag
    - `lastVisited` integer — Last visit timestamp
  - `starred` StarredDashboardInfo[] — List of starred dashboards.
    - `id` string, uuid — JSON object with Dashboard id.
    - `title` string — Title of the dashboard.
    - `starredAt` integer — Starred timestamp

---

[API](https://skmtc.net/thingsboard/apis/thingsboard-rest-api.md) · [All operations](https://skmtc.net/thingsboard/apis/thingsboard-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thingsboard/thingsboard-rest-api/revisions/40169ccdec5c/schema)
