---
title: "Get current user"
method: GET
path: "/api/v5/user/"
tags: ["user"]
---

# Get current user

`GET /api/v5/user/`

## Response `200`

Successful Response

- UserWithVoltsInResponse
  - `user` UserWithToken, required
    - `username` string
    - `email` string, required
    - `phone` string
    - `countryCode` string
    - `phoneConfirmed` boolean
    - `firstName` string
    - `lastName` string
    - `birthDate` string, date
    - `weight` number
    - `weightMeasurementUnit` string
    - `height` number
    - `heightMeasurementUnit` string
    - `resetPasswordToken` string
    - `resetPasswordSentAt` string, date-time
    - `profilePictureId` integer
    - `profilePictureUrl` string
    - `emailConfirmed` boolean
    - `anonymous` boolean
    - `role` string
    - `timezone` string
    - `settings` object
    - `id` integer, required
    - `token` string, required
  - `volts` integer, required

---

[API](https://skmtc.net/pavlok/apis/pavlok-api-v5.md) · [All operations](https://skmtc.net/pavlok/apis/pavlok-api-v5/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pavlok/pavlok-api-v5/versions/3d192098b1ac/schema)
