---
title: "Get user dashboard data"
method: GET
path: "/api/v3/home"
tags: ["User"]
---

# Get user dashboard data

`GET /api/v3/home`

Get dashboard data including recent activity

## Response `200`

Dashboard data

- UserHome — User dashboard data
  - `user` User — User profile information from User.infoJSONObject()
    - `id` string, uuid
    - `username` string
    - `fullName` string
    - `emailAddress` string
    - `affiliation` string
    - `profilePhotoUUID` string, uuid
    - `isAdmin` boolean
    - `organizations` object[]
  - `latestEncounters` object[]
    - `id` string, uuid
    - `date` string, date-time
    - `numberAnnotations` integer
    - `taxonomy` string
  - `latestBulkImportTask` object, nullable
    - `id` string, uuid
    - `dateTimeCreated` string, date-time
    - `numberEncounters` integer
    - `numberMediaAssets` integer
  - `latestIndividual` object, nullable
    - `id` string, uuid
    - `dateTime` string, date-time
  - `latestMatchTask` object, nullable
    - `id` string, uuid
    - `dateTimeCreated` string, date-time
    - `encounterId` string, uuid, nullable
  - `projects` ProjectSummary[]
    - `id` string, uuid
    - `name` string
    - `percentComplete` number, double
    - `numberEncounters` integer

## Other responses

- `401` — Authentication required or invalid session

---

[API](https://skmtc.dev/wildmeorg/apis/wildbook-v3-api.md) · [All operations](https://skmtc.dev/wildmeorg/apis/wildbook-v3-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wildmeorg/wildbook-v3-api/revisions/cae3a14f7bed/schema)
