---
title: "Get Current User Profile"
method: GET
path: "/v1/users/me"
---

# Get Current User Profile

`GET /v1/users/me`

Get the current user's profile.

## Response `200`

Successful Response

- UserV1 — Response from GET /v1/users/me - retrieving the current user's profile.
  - `email` string, required — User's email address
  - `name` string, required — User's name
  - `friends` FriendV1[], required — List of the user's friends
    - `name` string, required — Friend's name

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `404` — Not Found
- `410` — Gone
- `422` — Validation Error
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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