---
title: "List Users"
method: GET
path: "/{databaseId}/users/list/"
tags: ["Users"]
---

# List Users

`GET /{databaseId}/users/list/`

Gets a list of IDs of users currently present in the catalog.

## Path parameters

- `databaseId` string, required

## Query parameters

- `filter` string
- `count` integer
- `offset` integer
- `returnProperties` boolean
- `includedProperties` string[]

## Response `200`

Successful operation.

- User[]
  - `userId` string, required — Id of the user
  - `values` object — Property values of the user

## Other responses

- `404` — Invalid URL.

---

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