---
title: "Retrieve Authenticated User"
method: GET
path: "/v1/users"
tags: ["Users"]
---

# Retrieve Authenticated User

`GET /v1/users`

Get the currently authenticated user

## Response `200`

Current user details

- object
  - `id` integer
  - `first_name` string
  - `last_name` string
  - `email` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `companies` object[]

---

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