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

# Get current user

`GET /user/me`

Get current user

## Response `200`

- UserDto — UserPublic
  - `email` string, required
  - `fullName` string, required
  - `monitorsCount` number, required
  - `monitorLimit` number, required
  - `smsCredits` number, required
  - `activeSubscription` object, required
    - `plan` string, required — Display label for the active plan (e.g. "Free", "Solo", "Team", "Scale"). This is a human-readable label, NOT a stable identifier — it can change (e.g. "Enterprise" → "Scale"). Consumers needing stability should branch on a stable field, not on this string.
    - `monitorLimit` number, required
    - `expirationDate` string
    - `status` string

---

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