---
title: "show user"
method: GET
path: "/api/v0/users/current/"
tags: ["Accounts"]
---

# show user

`GET /api/v0/users/current/`

Retrieve information about the current authenticated user, excluding the API key.

CLI Usage: `vastai show user`

## Response `200`

Success response with user information

- object
  - `id` integer — The unique identifier of the user.
  - `key_id` integer — The API key ID associated with the user.
  - `email` string — The email address of the user.
  - `balance` number, float — The current balance of the user.
  - `ssh_key` string — The SSH key associated with the user.
  - `sid` string — Server ID.

## Other responses

- `401` — Unauthorized access due to invalid or missing authentication token.
- `500` — Internal Server Error

---

[API](https://skmtc.net/vast/apis/vast-ai-api.md) · [All operations](https://skmtc.net/vast/apis/vast-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vast/vast-ai-api/revisions/4ed14f79f796/schema)
