---
title: "List email addresses for current user"
method: GET
path: "/user/emails"
tags: ["Users"]
---

# List email addresses for current user

`GET /user/emails`

Returns all the authenticated user's email addresses. Both
confirmed and unconfirmed.

## Response `default`

Unexpected error.

- Error — Base type for most resource objects. It defines the common `type` element that identifies an object's type. It also identifies the element as Swagger's `discriminator`.
  - `type` string, required
  - `error` object
    - `message` string, required
    - `detail` string
    - `data` object — Optional structured data that is endpoint-specific.

---

[API](https://skmtc.net/atlassian/apis/bitbucket-api.md) · [All operations](https://skmtc.net/atlassian/apis/bitbucket-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/bitbucket-api/versions/8c7911c0a910/schema)
