---
title: "Retrieve current user information"
method: GET
path: "/users/me"
---

# Retrieve current user information

`GET /users/me`

Returns information about the current authenticated user.

## Query parameters

- `timezone` string

## Response `200`

User information retrieved successfully

- User
  - `id` string
  - `firstName` string
  - `lastName` string
  - `fullName` string
  - `email` string
  - `avatarUrl` string, uri, nullable
  - `organizationId` string
  - `isDeleted` boolean
  - `hasTwoFactorEnabled` boolean
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `subscriptionPlan` 'FREE' | 'PRO' | 'BUSINESS'

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/tally/apis/openapi.md) · [All operations](https://skmtc.net/tally/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tally/openapi/revisions/3ae813325ad6/schema)
