---
title: "Get Logged In User"
method: GET
path: "/v4/users/me"
tags: ["Users"]
---

# Get Logged In User

`GET /v4/users/me`

Retrieve the currently logged in user.

## Response `200`

Successful Response

- UserGet — Base model for schemas.
  - `firstname` string
  - `lastname` string
  - `company` string
  - `job_title` string
  - `avatar_colour` string
  - `show_tutorial` boolean
  - `email` string, required
  - `username` string, required
  - `id` string, required
  - `has_password` boolean, required
  - `roles` string[]
  - `teams` UserTeam[]
    - `id` string, required
    - `name` string, required
    - `role` string, required
  - `selected_team` string

---

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