---
title: "Get User Property Info"
method: GET
path: "/{databaseId}/users/properties/{propertyName}"
tags: ["User Properties"]
---

# Get User Property Info

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

Gets information about specified user property.

## Path parameters

- `databaseId` string, required
- `propertyName` string, required

## Response `200`

Successful operation.

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

## Other responses

- `400` — Property name does not match ^[a-zA-Z0-9_\-:]+$.
- `404` — Property of the given name is not present in the database. If there is no additional info in the JSON response, you probably have an error in your 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)
