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

# GET /users

`GET /users`

Returns a list of user account based on the provided query parameters.

## Query parameters

- `keyword` string, required
- `limit` integer
- `offset` integer

## Headers

- `Authorization` string, required
- `X-Account-Metadata` string

## Response `200`

OK

- UsersMinimalUserProfile[]
  - `active` boolean
  - `city` string
  - `country` string
  - `email` string
  - `id` string
  - `phoneNumber` string
  - `pinged` boolean
  - `profilePictureUrl` string
  - `referralType` 'CONTACTS' | 'T1' | 'T2' | 'TEAM'
  - `username` string
  - `verified` boolean

## Other responses

- `400` — if validations fail
- `401` — if not authorized
- `422` — if syntax fails
- `500` — Internal Server Error
- `504` — if request times out

---

[API](https://skmtc.net/ice-blockchain/apis/user-accounts-user-devices-user-statistics-api.md) · [All operations](https://skmtc.net/ice-blockchain/apis/user-accounts-user-devices-user-statistics-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ice-blockchain/user-accounts-user-devices-user-statistics-api/revisions/34d6aba6606c/schema)
