---
title: "Get an email address for current user"
method: GET
path: "/user/emails/{email}"
tags: ["Users"]
---

# Get an email address for current user

`GET /user/emails/{email}`

Returns details about a specific one of the authenticated user's
email addresses.

Details describe whether the address has been confirmed by the user and
whether it is the user's primary address or not.

## 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/bitbucket/apis/bitbucket-api.md) · [All operations](https://skmtc.net/bitbucket/apis/bitbucket-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitbucket/bitbucket-api/versions/4ec8bd2515c5/schema)
