---
title: "GET /api/user/dashboard/"
method: GET
path: "/api/user/dashboard/"
tags: ["User"]
---

# GET /api/user/dashboard/

`GET /api/user/dashboard/`

Lists all the relevant user information that for example could be shown on a dashboard. It will contain all the pending workspace invitations for that user.

## Response `200`

- Dashboard
  - `workspace_invitations` UserWorkspaceInvitation[], required
    - `id` integer, required
    - `invited_by` string, required
    - `workspace` string, required
    - `email` string, email, required — The email address of the user that the invitation is meant for. Only a user with that email address can accept it.
    - `created_on` string, date-time, required
    - `email_exists` boolean, required

---

[API](https://skmtc.net/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.net/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/versions/0c490e5b0c7f/schema)
