---
title: "GET /user/getUserByEmail"
method: GET
path: "/user/getUserByEmail"
---

# GET /user/getUserByEmail

`GET /user/getUserByEmail`

## Query parameters

- `email` string, required

## Response `200`

Successful response

- object[]
  - `id` number, required
  - `email` string, nullable, required
  - `provider` string, required
  - `displayName` string, nullable, required
  - `username` string, nullable, required
  - `hologramCount` number, nullable, required

## Other responses

- `401` — Invalid authentication credentials.
- `408` — The server timed out waiting for the request.
- `412` — Usage has exceeded the monthly limit.
- `500` — An unspecified error occurred.

---

[API](https://skmtc.dev/blocks/apis/looking-glass-api.md) · [All operations](https://skmtc.dev/blocks/apis/looking-glass-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blocks/looking-glass-api/revisions/c79a9a0e44b0/schema)
