---
title: "Search VASP counterparty user info"
method: POST
path: "/counterparty/vasp/counterparty-user-info/search"
tags: ["Counterparty"]
---

# Search VASP counterparty user info

`POST /counterparty/vasp/counterparty-user-info/search`

## Request body

- SearchVaspCounterpartyUserInfoRequest
  - `userId` string, uuid — Owner user id. Provide exactly one of userId / businessId.
  - `businessId` string, uuid — Owner business id. Provide exactly one of userId / businessId.
  - `counterpartyId` string, uuid, required
  - `search` string
  - `page` integer — 1-based page index (default **1** when omitted).
  - `limit` integer — Page size (default **20** when omitted).

## Response `200`

Paginated list of VASP counterparty user-info records.

- object
  - `records` object[], required
    - `vaspCounterpartyUserInfoId` string, uuid, required
    - `counterpartyId` string, uuid, required
    - `label` string
    - `data` object, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
  - `page` integer, required
  - `limit` integer, required
  - `total` integer, required

## Other responses

- `400` — Validation failed
- `401` — Invalid authentication header
- `404` — Referenced counterparty not found.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/striga/apis/striga-v1.md) · [All operations](https://skmtc.net/striga/apis/striga-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/striga/striga-v1/revisions/63e57aa7df45/schema)
