---
title: "Get user by ID"
method: GET
path: "/api/v1/users/{id}"
tags: ["Users"]
---

# Get user by ID

`GET /api/v1/users/{id}`

Get user details by internal ID

## Path parameters

- `id` string, required

## Response `200`

Returns a single object if found

- object
  - `success` boolean, required
  - `result` object, required
    - `id` string, required
    - `publicId` string, required
    - `email` string, required
    - `ethAddress` string, nullable, required
    - `createdAt` number, required
    - `updatedAt` number, required

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/manifoldfinance/apis/xga-auction-system-api.md) · [All operations](https://skmtc.net/manifoldfinance/apis/xga-auction-system-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/manifoldfinance/xga-auction-system-api/versions/329190dccb50/schema)
