---
title: "Search for partners"
method: GET
path: "/partners/search"
tags: ["Partner"]
---

# Search for partners

`GET /partners/search`

Allows users to search for partners via userId , partner name, partnerNameId or all

## Query parameters

- `partnerNameId` string
- `fullName` string
- `userId` string

## Response `200`

List of the partners retrieved through the search criteria.

- object
  - `partnerNameId` string, uuid — The unique identifier of the partner.
  - `userId` string, uuid — The Id of the partner.
  - `status` string — The current status of the partner. Default is set to active.
  - `fullName` string — The full name of the partner.

## Other responses

- `400` — Validation error. This can occur if the request body does not match the expected format.
- `500` — Internal server error.

---

[API](https://skmtc.net/archives/apis/catalog-api.md) · [All operations](https://skmtc.net/archives/apis/catalog-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/archives/catalog-api/versions/cafec81df996/schema)
