---
title: "Get a list of emails of the current user."
method: GET
path: "/emails"
tags: ["Email Management"]
deprecated: true
---

# Get a list of emails of the current user.

`GET /emails`

> **Deprecated.**

## Response `200`

A list of emails assigned to the current user

- object[]
  - `id` string, uuid4
  - `address` string, email — The email address
  - `is_verified` boolean — Indicated the email has been verified.
  - `is_primary` boolean — Indicates it's the primary email address.
  - `identity` object — Deprecated, use `user.identities` instead.
    - `id` string — The ID of the user at the provider
    - `identity_id` string, uuid4 — The identity's ID
    - `provider` string — Contains the display name of the provider, if available. Otherwise contains the provider ID.
  - `identities` Identity[] — Deprecated, use `user.identities` instead.
    - `id` string — The ID of the user at the provider
    - `identity_id` string, uuid4 — The identity's ID
    - `provider` string — Contains the display name of the provider, if available. Otherwise contains the provider ID.

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

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