Retrieve email addresses of users through Jira Cloud REST API

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

Summary

The Jira Cloud REST API has endpoints which can be used to retrieve email addresses of users.

Environment

Jira Cloud

Solution

As of now in cloud, there are three known API endpoints where an email address is also returned 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 have the ability to restrict the visibility of their own personal account details.  This can include email address.  See theProfile visibility overviewfor more details.

  • If you want to get the email addresses of all users, one workaround is to use the user management page (sitename.atlassian.net/admin) on the website instead and use the export option, which will give you all the users' email addresses.

Updated on March 4, 2025

Still need help?

The Atlassian Community is here for you.