---
title: "List all emails"
method: GET
path: "/admin/emails"
tags: ["admin"]
---

# List all emails

`GET /admin/emails`

## Query parameters

- `page` integer
- `limit` integer

## 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

## Other responses

- `403` — APIForbiddenError is a forbidden error response

---

[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/versions/350de506cefa/schema)
