---
title: "Fetch the user details for the currently authenticated user."
method: GET
path: "/v2/users/me"
tags: ["Users"]
---

# Fetch the user details for the currently authenticated user.

`GET /v2/users/me`

## Response `200`

- UserModel — An OwnerRez user.
  - `id` integer — The ID of this record.
  - `fields` FieldValueModel[] — A collection of field names and values.
    - `code` string
    - `value` string
  - `company_name` string — The user's company name.
  - `email_address` string — The user's username/email address.
  - `first_name` string — The user's given name.
  - `last_name` string — The user's surname name.
  - `time_zone` string — The user's time zone in IANA Time Zone format.

## Changes

- **2026-08-12** `00db66c44181` — 1 info
  - api operation id `Users_Me` removed and replaced with `get-users-me`

[Change history](https://skmtc.dev/ownerrez/apis/ownerrez-api/changes/v2/users/me/get.md)

---

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