---
title: "Get user mobile app basic info (getUserMobileInfo)"
method: GET
path: "/api/mobile"
tags: ["mobile-app-controller"]
---

# Get user mobile app basic info (getUserMobileInfo)

`GET /api/mobile`

Available for any authorized user.

## Query parameters

- `pkgName` string, required
- `platform` 'ANDROID' | 'IOS', required

## Response `200`

OK

- UserMobileInfo
  - `user` User — A JSON value representing the User.
    - `id` UserId
      - `id` string, uuid, required — ID of the entity, time-based UUID v1
      - `entityType` 'USER', required — string
    - `createdTime` integer — Timestamp of the user creation, in milliseconds
    - `tenantId` TenantId
      - `id` string, uuid, required — ID of the entity, time-based UUID v1
      - `entityType` 'TENANT', required — string
    - `customerId` CustomerId
      - `id` string, uuid, required — ID of the entity, time-based UUID v1
      - `entityType` 'CUSTOMER', required — string
    - `email` string, required — Email of the user
    - `authority` 'SYS_ADMIN' | 'TENANT_ADMIN' | 'CUSTOMER_USER' | 'REFRESH_TOKEN' | 'PRE_VERIFICATION_TOKEN' | 'MFA_CONFIGURATION_TOKEN', required — Authority
    - `firstName` string — First name of the user
    - `lastName` string — Last name of the user
    - `phone` string — Phone number of the user
    - `version` integer
    - `name` string — Duplicates the email of the user, readonly
    - `additionalInfo` unknown
  - `storeInfo` StoreInfo
    - `appId` string
    - `sha256CertFingerprints` string
    - `storeLink` string
  - `versionInfo` MobileAppVersionInfo
    - `minVersion` string — Minimum supported version
    - `minVersionReleaseNotes` string — Release notes of minimum supported version
    - `latestVersion` string — Latest supported version
    - `latestVersionReleaseNotes` string — Release notes of latest supported version
  - `homeDashboardInfo` HomeDashboardInfo — A JSON object that represents home dashboard id and other parameters
    - `dashboardId` DashboardId
      - `id` string, uuid, required — ID of the entity, time-based UUID v1
      - `entityType` 'DASHBOARD', required — string
    - `hideDashboardToolbar` boolean — Hide dashboard toolbar flag. Useful for rendering dashboards on mobile.
  - `pages` unknown

---

[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)
