---
title: "Get current user information"
method: GET
path: "/user"
tags: ["User"]
---

# Get current user information

`GET /user`

Returns information about the authenticated user

## Response `200`

Successful operation

- UserResponse
  - `status` string
  - `message` string
  - `user` User
    - `userID` string — The unique identifier of the user
    - `totalRamMb` integer — Total RAM allocated to the user (in MB)
    - `ramUsedMb` integer — RAM currently being used by the user (in MB)
    - `subdomains` string[] — List of subdomains owned by the user
    - `customdomains` string[] — List of custom domains owned by the user
    - `apps` string[] — List of application IDs owned by the user
    - `plan` string — The subscription plan of the user
    - `locale` string — The language/locale
    - `lastDataLeft` object — Time remaining in the current plan
      - `days` integer — Days remaining in the current plan
      - `hours` integer — Hours remaining in the current plan
      - `minutes` integer — Minutes remaining in the current plan
      - `seconds` integer — Seconds remaining in the current plan
    - `planDataEnd` string, date-time — End date of the current plan

## Other responses

- `401` — Authentication error

---

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