---
title: "Search patient profiles"
method: GET
path: "/profiles/v1/patient/search"
tags: ["Patient"]
---

# Search patient profiles

`GET /profiles/v1/patient/search`

**Global Search is exclusive to specific workspaces only. Please reach out to support.**

Search patient profiles by **username**, **mobile**, or **full name** (prefix match).

The `limit` parameter controls the number of results fetched internally (default: 50, maximum: 50).

## Query parameters

- `prefix` string, required
- `limit` integer
- `select` string

## Headers

- `client-id` string, required

## Response `200`

A list of patient profiles matching search query (PREfix search)

- object[]
  - `username` string
  - `mobile` string
  - `oid` string
  - `fln` string

## Other responses

- `500` — Server error

---

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