How to Access User Email Addresses via Jira Cloud API

Platform Notice: Cloud Only - This article only applies to Atlassian products on the cloud platform.

Summary

You can use the Jira Cloud REST API to get users' email addresses.

Environment

Jira Cloud

Solution

Currently there are three known API endpoints in the cloud that return an email address along with an Atlassian Account ID.

  • Get user endpoint  /rest/api/2/user

  • Find users by query endpoint /rest/api/3/user/search/query 

Caveat

  • Jira Cloud end users can choose to hide their personal account details, including an email address from others. For more details, see the Profile visibility overview.

  • To easily retrieve all users' email addresses, use the user management page (<yourcompany>.atlassian.net/admin) on the website for a straightforward export option.

Updated on April 23, 2025

Still need help?

The Atlassian Community is here for you.