---
title: "Get Self"
method: GET
path: "/v1/users/get-self"
tags: ["Miscellaneous"]
---

# Get Self

`GET /v1/users/get-self`

## Response `200`

Successful response.

- object
  - `id` string, required
  - `name` string, nullable, required
  - `avatar_url` string, required
  - `email` string, required
  - `first_name` string, nullable, required
  - `last_name` string, nullable, required

---

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