---
title: "Get Me"
method: GET
path: "/auth/api/v1/me"
tags: ["users"]
---

# Get Me

`GET /auth/api/v1/me`

Returns my user details

## Response `200`

OK

- GithubComOpengovernOpengovernancePkgAuthApiGetMeResponse
  - `blocked` boolean — Is the user blocked or not
  - `color_blind_mode` boolean
  - `connector_id` string
  - `created_at` string — Creation timestamp in UTC
  - `email` string — Email address of the user
  - `email_verified` boolean — Is email verified or not
  - `id` integer — Unique identifier for the user
  - `lastLogin` string
  - `last_activity` string — Last activity timestamp in UTC
  - `memberSince` string
  - `role` string
  - `username` string — Username

---

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