---
title: "Get current user information"
method: GET
path: "/user.json"
tags: ["auth"]
---

# Get current user information

`GET /user.json`

Returns the ID and name of the currently logged-in user

## Response `200`

User information

- object
  - `id` integer — User ID
  - `name` string — User name

---

[API](https://skmtc.net/upc/apis/ravada-frontend-api.md) · [All operations](https://skmtc.net/upc/apis/ravada-frontend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upc/ravada-frontend-api/revisions/0b6b25b58676/schema)
