---
title: "show"
method: GET
path: "/api/v1/user"
tags: ["API::V1::User"]
---

# show

`GET /api/v1/user`

## Headers

- `access-token` string, required
- `client` string, required
- `uid` string, required

## Response `200`

does not return a Set-Cookie Header

- object
  - `user` object, required
    - `id` integer, required
    - `email` string, required
    - `name` string, required
    - `username` string, required
    - `first_name` string, required
    - `last_name` string, required
    - `uid` string, required
    - `provider` string, required
    - `created_at` string, required
    - `updated_at` string, required

## Other responses

- `404` — returns status 404 not found

## Changes

- **2023-11-27** `bf90c65dbe64` — 2 info
  - api tag `API::V1::User` added
  - api tag `Api::V1::User` removed
- **2023-10-24** `238ff9873a31` — 1 breaking, 3 info
  - removed the required property `errors` from the response with the `404` status
  - api tag `Api::V1::User` added
  - api tag `API::V1::User` removed
  - added the required property `error` to the response with the `404` status

[Change history](https://skmtc.dev/rootstrap/apis/rails-api-base/changes/api/v1/user/get.md)

---

[API](https://skmtc.dev/rootstrap/apis/rails-api-base.md) · [All operations](https://skmtc.dev/rootstrap/apis/rails-api-base/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rootstrap/rails-api-base/revisions/5b193a22afbc/schema)
