---
title: "Get user email"
method: GET
path: "/rest/api/3/user/email"
tags: ["Users"]
---

# Get user email

`GET /rest/api/3/user/email`

Returns a user's email address regardless of the user's profile visibility settings. For Connect apps, this API is only available to apps approved by Atlassian, according to these [guidelines](https://community.developer.atlassian.com/t/guidelines-for-requesting-access-to-email-address/27603). For Forge apps, this API only supports access via asApp() requests.

## Query parameters

- `accountId` string, required

## Response `200`

Returned if the request is successful.

- UnrestrictedUserEmail
  - `accountId` string — The accountId of the user
  - `email` string — The email of the user

## Other responses

- `400` — Returned if the calling app is not approved to use this API.
- `401` — Returned if the authentication credentials are incorrect or missing from the request (for example if a user is trying to access this API).
- `404` — Returned if a user with the given `accountId` doesn't exist
- `503` — Indicates the API is not currently enabled

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-2/versions/ec7f275dfee5/schema)
