---
title: "GET /user"
method: GET
path: "/user"
tags: ["User info"]
---

# GET /user

`GET /user`

returns user info

## Response `200`

response

- object
  - `data` UserInfo[]
    - `id` integer
    - `language` string
    - `name` string
    - `type` string
  - `status` string

## Other responses

- `401` — Unauthorized

## Changes

- **2022-06-25** `4626b0079a8b` — 1 info
  - endpoint added
- **2022-06-25** `850e2eecb98c` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/thetvdb/apis/tvdb-api-v4/changes/user/get.md)

---

[API](https://skmtc.dev/thetvdb/apis/tvdb-api-v4.md) · [All operations](https://skmtc.dev/thetvdb/apis/tvdb-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thetvdb/tvdb-api-v4/revisions/5d7caa274c72/schema)
