---
title: "Get user details by email"
method: POST
path: "/user"
tags: ["User Management"]
deprecated: true
---

# Get user details by email

`POST /user`

> **Deprecated.**

Retrieve details for user corresponding to the given `email`.

## Request body

- object
  - `email` string, email

## Response `200`

User

- object
  - `id` string, uuid4
  - `email_id` string, uuid4
  - `verified` boolean
  - `has_webauthn_credential` boolean

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal server error

---

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