---
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.

---

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