---
title: "UserAccount list"
method: GET
path: "/api/useraccounts"
tags: ["UserAccounts"]
---

# UserAccount list

`GET /api/useraccounts`

## Query parameters

- `accountId` string
- `name` string
- `user` string

## Response `200`

- UserAccount
  - `_id` string, required
  - `user` string
  - `accountId` string, required
  - `name` string, required
  - `avatarId` string, required
  - `platform` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Changes

- **2023-04-03** `e1a32d8c1997` — 1 info
  - endpoint added
- **2023-04-03** `872dae15b4ba` — 1 breaking
  - api path removed without deprecation
- **2023-03-31** `af4ea0086c6f` — 10 breaking, 1 info
  - for the `query` request parameter `name`, the maxLength was decreased from `32` to `20`
  - for the `query` request parameter `name`, the minLength was increased from `2` to `4`
  - the `user` response's property type/format changed from `object`/`` to `string`/`` for status `200`
  - removed the required property `user/_id` from the response with the `200` status
  - …7 more
- **2002-04-24** `85037159b344` — 1 breaking
  - the response property `avatarId` became optional for the status `200`

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