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

# GET /api/users

`GET /api/users`

## Response `200`

All users

- User[]
  - `_id` string, required
  - `identityEthAddress` string, required
  - `rewardsEthAddress` string, required
  - `username` string, required
  - `roles` number, required
  - `accounts` array[], required
    - unknown[]
      - unknown
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Changes

- **2023-03-31** `af4ea0086c6f` — 8 breaking, 3 warning
  - the `items/accounts/items/` response's property type/format changed from `object`/`` to `array`/`` for status `200`
  - the `items/roles` response's property type/format changed from `array`/`` to `number`/`` for status `200`
  - removed the required property `items/accounts/items/_id` from the response with the `200` status
  - removed the required property `items/accounts/items/accountId` from the response with the `200` status
  - …7 more
- **2002-04-24** `85037159b344` — 1 breaking
  - the response property `items/accounts/items/avatarId` became optional for the status `200`

[Change history](https://skmtc.dev/givepraise/apis/praise-api/changes/api/users/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/af4ea0086c6f/schema)
