---
title: "Load my user"
method: GET
path: "/api/users/me"
tags: ["User"]
---

# Load my user

`GET /api/users/me`

Load the record of the session user

## Response `200`

User record

- object
  - `username` string
  - `role` 'ADMIN' | 'USER'
  - `email` string, email
  - `companyId` string
  - `id` string

## Other responses

- `404` — User not found

---

[API](https://skmtc.dev/cablelabs/apis/lpwan-server.md) · [All operations](https://skmtc.dev/cablelabs/apis/lpwan-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cablelabs/lpwan-server/revisions/a77a7d2af072/schema)
