---
title: "Get authenticated user information"
method: GET
path: "/customer/user"
tags: ["Authentication"]
---

# Get authenticated user information

`GET /customer/user`

Retrieve the current authenticated user's profile information.

## Response `200`

`UserResource`

- object
  - `data` UserResource, required
    - `id` string, required
    - `name` string, required
    - `email` string, required
    - `role` string, required

## Other responses

- `401` — Unauthenticated

---

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