---
title: "Internally Search Users"
method: POST
path: "/v1/internal/users/search"
tags: ["internal", "internal_users"]
---

# Internally Search Users

`POST /v1/internal/users/search`

Fetch the data for the different graphs in the dashboard.

## Request body

- SearchBody
  - `q` string, required

## Response `200`

Successful Response

- InternalUserData[]
  - `id` string, required — Auth0 ID
  - `type` string, required
  - `name` string, required
  - `email` string, required
  - `email_verified` boolean, required
  - `invite_status` string, required
  - `hubspot_id` string, nullable, required
  - `blocked` boolean, nullable, required
  - `is_myself` boolean, required — True if it's you

## Other responses

- `422` — Validation Error

---

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