---
title: "List public email addresses for the authenticated user"
method: GET
path: "/user/public_emails"
tags: ["users"]
---

# List public email addresses for the authenticated user

`GET /user/public_emails`

Lists your publicly visible email address, which you can set with the [Set primary email visibility for the authenticated user](https://docs.github.com/enterprise-server@3.7/rest/users/emails#set-primary-email-visibility-for-the-authenticated-user) endpoint. This endpoint is accessible with the `user:email` scope.

## Query parameters

- `per_page` integer
- `page` integer

## Response `200`

Response

- Email[]
  - `email` string, email, required
  - `primary` boolean, required
  - `verified` boolean, required
  - `visibility` string, nullable, required

## Other responses

- `304` — Not modified
- `401` — Requires authentication
- `403` — Forbidden
- `404` — Resource not found

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-6.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-6/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-6/versions/15db3fa0759b/schema)
