---
title: "Get My User Account"
method: GET
path: "/v3/users/me"
tags: ["Me"]
---

# Get My User Account

`GET /v3/users/me`

Returns the user account for the user identified in the token of the request.

## Response `200`

A get action response of a single user.

- User — The user object contains information about an individual user who can use the Konnect application and API.
  - `id` string, uuid — The User ID.
  - `email` string, email — The email registered to the user.
  - `full_name` string — The User's full name.
  - `preferred_name` string — The User's preferred name.
  - `active` boolean — Returns True if a user has verified their email address.
  - `inferred_region` string — The Konnect region closest to the user's IP address. This property might only be set for users on signup through Konnect’s build-in native authentication.
  - `created_at` string, date-time — The time stamp for the date the account was registered.
  - `updated_at` string, date-time — A Unix timestamp representation of the most recent change to the User account.

## Other responses

- `401` — Unauthenticated

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/versions/f920f418f552/schema)
