---
title: "Search for Users"
method: GET
path: "/v1/user/search"
tags: ["User"]
---

# Search for Users

`GET /v1/user/search`

Search for users by hub or process

## Query parameters

- `project_id` string, uuid
- `process_id` string, uuid
- `table_view_id` string, uuid
- `query` string, required

## Response `200`

Successfully retrieved search results

- object
  - `metadata` object — Additional metadata
  - `data` SummaryUser[]
    - `firebaseUserId` string
    - `publicId` string, uuid
    - `name` string
    - `email` string
    - `profilePicture` string

## Other responses

- `403` — Insufficient permissions for this action
- `404` — Hub, process, or table view not found

---

[API](https://skmtc.net/morta-technology/apis/morta-api-reference.md) · [All operations](https://skmtc.net/morta-technology/apis/morta-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/morta-technology/morta-api-reference/versions/9c58c1c1e7e8/schema)
