---
title: "GET /userProperty/items"
method: GET
path: "/userProperty/items"
tags: ["Users"]
---

# GET /userProperty/items

`GET /userProperty/items`

Retrieves multiple entities of UserProperty type by its ids

## Query parameters

- `ids` integer[], required

## Response `200`

See definition

- UserProperty[]
  - `id` integer
  - `userId` integer, required — id of User
  - `propertyId` integer, required — id of Property
  - `value` string

---

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