---
title: "Find a existing user"
method: POST
path: "/users/find"
tags: ["User"]
---

# Find a existing user

`POST /users/find`

## Request body

- object
  - `phone_number` string, required — This string should not be empty.

## Response `200`

user is found

- object
  - `user` FindUser
    - `id` string, uuid, required
    - `sync_approval_status` string, nullable

## Other responses

- `404` — user is not found

---

[API](https://skmtc.dev/simpledotorg/apis/untitled-api.md) · [All operations](https://skmtc.dev/simpledotorg/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/simpledotorg/untitled-api/revisions/31ffa1d07978/schema)
