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

# List User Properties

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

Gets the list of all the user properties in your database.

## Path parameters

- `databaseId` string, required

## Response `200`

Successful operation.

- PropertyInfo[]
  - `name` string, required — Name of the property
  - `type` string, required — Type of the property

## 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)
