---
title: "List the authenticated user's email addresses"
method: GET
path: "/user/emails"
tags: ["user"]
---

# List the authenticated user's email addresses

`GET /user/emails`

## Response `200`

EmailList

- Email[]
  - `email` string, email — The email address
  - `primary` boolean — Whether this is the primary email address
  - `user_id` integer — The unique identifier of the user who owns this email
  - `username` string — username of the user
  - `verified` boolean — Whether the email address has been verified

---

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