---
title: "Get permitted projects"
method: POST
path: "/rest/api/3/permissions/project"
tags: ["Permissions"]
---

# Get permitted projects

`POST /rest/api/3/permissions/project`

Returns all the projects where the user is granted a list of project permissions.

This operation can be accessed anonymously.

**[Permissions](#permissions) required:** None.

## Request body

- PermissionsKeysBean
  - `permissions` string[], required — A list of permission keys.

## Response `200`

Returned if the request is successful.

- PermittedProjects — A list of projects in which a user is granted permissions.
  - `projects` ProjectIdentifierBean[] — A list of projects.
    - `id` integer — The ID of the project.
    - `key` string — The key of the project.

## Other responses

- `400` — Returned if a project permission is not found.
- `401` — Returned if the authentication credentials are incorrect or missing.

---

[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/5a51740d7ab3/schema)
