---
title: "GET /public/v1/users/me"
method: GET
path: "/public/v1/users/me"
tags: ["Users"]
---

# GET /public/v1/users/me

`GET /public/v1/users/me`

Retrieve the authenticated user's profile and workspace memberships.

## Response `200`

Default Response

- object
  - `statusCode` number
  - `status` boolean
  - `message` string
  - `data` object
    - `user` object
      - `id` string
      - `email` string
      - `first_name` string, nullable
      - `last_name` string, nullable
      - `image` string, nullable
      - `created_at` string
      - `workspaces` object[]
        - `id` string
        - `name` string
        - `role` string

## Other responses

- `401` — Default Response
- `404` — Default Response
- `429` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/joinvalley/apis/valley-public-api.md) · [All operations](https://skmtc.net/joinvalley/apis/valley-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/joinvalley/valley-public-api/revisions/1d888a894943/schema)
