The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • Can jira-administrators access project details via REST API without "Browse Project" permission?

Can jira-administrators access project details via REST API without "Browse Project" permission?

Umut Emre Önder
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 8, 2024

The documentation states that the REST API "/rest/api/2/project/{projectIdOrKey}" requires the "Browse Projects" permission and mentions that a 404 error is returned when the user lacks permission to view it.

However, I've observed that if the user is a Jira administrator, the API returns a 200 status code with the correct response body, even if they do not have permission to browse the project. Is this behavior intended?

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Umut Emre Önder
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 21, 2026

Timepiece (formerly Time in Status)

0 votes
Mani Chaitanya
Contributor
August 8, 2024

Strange!!!  I know if it's getting authenticated with service account  instead of human account then permission might be a concern