---
title: "GET /api/users/{id}"
method: GET
path: "/api/users/{id}"
tags: ["Users"]
---

# GET /api/users/{id}

`GET /api/users/{id}`

## Path parameters

- `id` string, required

## Response `200`

A single user

- UserWithStatsDto

## Changes

- **2023-03-31** `af4ea0086c6f` — 8 breaking, 4 warning
  - removed the required property `_id` from the response with the `200` status
  - removed the required property `accounts` from the response with the `200` status
  - removed the required property `createdAt` from the response with the `200` status
  - removed the required property `identityEthAddress` from the response with the `200` status
  - …8 more
- **2002-04-24** `85037159b344` — 1 breaking
  - the response property `accounts/items/avatarId` became optional for the status `200`

[Change history](https://skmtc.dev/givepraise/apis/praise-api/changes/api/users/:id/get.md)

---

[API](https://skmtc.dev/givepraise/apis/praise-api.md) · [All operations](https://skmtc.dev/givepraise/apis/praise-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/givepraise/praise-api/revisions/c6b4d2f6d263/schema)
